mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Compatibility - Windows photon-style's compact mode with maximized top padding #384
This commit is contained in:
parent
d79cc9effc
commit
e37743cd9a
2 changed files with 10 additions and 0 deletions
|
|
@ -68,6 +68,11 @@
|
|||
margin-left: -1px;
|
||||
}
|
||||
|
||||
/*= Titlebar Container Size at photon-style compact maximized #384 ===========*/
|
||||
:root[tabsintitlebar][sizemode="maximized"] #titlebar {
|
||||
appearance: unset !important;
|
||||
}
|
||||
|
||||
/*= Disabled menu background color ===========================================*/
|
||||
menuitem[disabled="true"],
|
||||
menu[disabled="true"] {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,11 @@
|
|||
margin-left: -1px;
|
||||
}
|
||||
|
||||
/*= Titlebar Container Size at photon-style compact maximized #384 ===========*/
|
||||
:root[tabsintitlebar][sizemode="maximized"] #titlebar {
|
||||
appearance: unset !important;
|
||||
}
|
||||
|
||||
/*= Disabled menu background color ===========================================*/
|
||||
menuitem,
|
||||
menu {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue