Fix bad logic with some [autohide] attribute selectors

This commit is contained in:
MrOtherGuy
2025-11-02 19:35:22 +02:00
parent d43bf20eef
commit a7a29f9ac9
4 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ See the above repository for updates as well as full license text. */
:root[sizemode="fullscreen"] #nav-bar > .titlebar-buttonbox-container{
display: flex !important;
}
:root[customtitlebar] #toolbar-menubar:is([autohide=""],:not([autohide="false"])) ~ #nav-bar{
:root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"]) ~ #nav-bar{
> .titlebar-buttonbox-container{
display: flex !important;
}