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:
@@ -39,7 +39,7 @@ Window controls will be all wrong without it
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#toolbar-menubar[autohide="false"]{
|
||||
#toolbar-menubar:is([autohide="false"],not([autohide])){
|
||||
margin-bottom: var(--uc-toolbar-height,0px)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user