Fix broken negation pseudo-class selectors from 9e39c99

This commit is contained in:
MrOtherGuy
2025-11-02 19:03:13 +02:00
parent bcff6cce21
commit f54dcd8b99
7 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ See the above repository for updates as well as full license text. */
right: 0;
}
}
:root:not([customizing]) #toolbar-menubar:is([autohide="false"],not([autohide])) + #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,