tabs on bottom: show window controls in nav-bar when menubar is collapsed

Fixes #589
This commit is contained in:
MrOtherGuy
2025-11-12 20:41:14 +02:00
parent c7108cdc79
commit 2f9633a680

View File

@@ -24,7 +24,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=""],[autohide="true"]) ~ #nav-bar{
:root[customtitlebar] #toolbar-menubar:is([autohide=""],[autohide="true"],[collapsed]) ~ #nav-bar{
> .titlebar-buttonbox-container{
display: flex !important;
}