Add [customtitlebar] as alternative to [tabsintitlebar]

This commit is contained in:
MrOtherGuy
2024-11-29 16:35:06 +02:00
parent 9e91c32460
commit 582f97c53e
8 changed files with 13 additions and 13 deletions

View File

@@ -29,5 +29,5 @@ See the above repository for updates as well as full license text. */
#nav-bar{ padding-left: 300px; }
#toolbar-menubar > .titlebar-buttonbox-container{ display: none }
:root[tabsintitlebar][sizemode="normal"] .titlebar-spacer,
:root[tabsintitlebar] #TabsToolbar > .titlebar-buttonbox-container{ display: flex !important; }
:root:is([tabsintitlebar],[customtitlebar])[sizemode="normal"] .titlebar-spacer,
:root:is([tabsintitlebar],[customtitlebar]) #TabsToolbar > .titlebar-buttonbox-container{ display: flex !important; }