Support [autohide] as boolean attribute
Firefox 143 uses authide as boolean attribute, so we need to support both versions, thus selectors looking mildly horrifying
This commit is contained in:
@@ -23,8 +23,8 @@ See the above repository for updates as well as full license text. */
|
||||
:root:is([sizemode="maximized"],[sizemode="fullscreen"]){
|
||||
--uc-window-drag-space-width: 0px;
|
||||
}
|
||||
#toolbar-menubar[autohide="false"] ~ #nav-bar,
|
||||
#titlebar:has(> [autohide="false"]) + #nav-bar{
|
||||
#toolbar-menubar:is([autohide="false"],not([autohide])) ~ #nav-bar,
|
||||
#titlebar:has(> #toolbar-menubar:is([autohide="false"],not([autohide]))) + #nav-bar{
|
||||
--uc-window-drag-space-width: 0px;
|
||||
--uc-menubar-height: 28px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user