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:
@@ -57,7 +57,7 @@ See the above repository for updates as well as full license text. */
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
:root:not([customizing]) #toolbar-menubar[autohide="false"] + #TabsToolbar #tabbrowser-tabs{
|
||||
:root:not([customizing]) #toolbar-menubar:is([autohide="false"],not([autohide])) + #TabsToolbar #tabbrowser-tabs{
|
||||
height: calc(100vh - 28px); /* 28px is however tall your menubar is */
|
||||
}
|
||||
:root:not([customizing]) #TabsToolbar #new-tab-button,
|
||||
|
||||
Reference in New Issue
Block a user