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

@@ -49,7 +49,7 @@ See the above repository for updates as well as full license text. */
content: "";
pointer-events: auto;
}
:root[tabsintitlebar]:not([customizing]) .urlbar-input-container::before{
:root:is([tabsintitlebar],[customtitlebar]):not([customizing]) .urlbar-input-container::before{
left: var(--uc-window-drag-space-width);
width: calc(100vw - var(--uc-window-control-width) - var(--uc-buttons-width) - 2 * var(--uc-window-drag-space-width));
}
@@ -61,7 +61,7 @@ See the above repository for updates as well as full license text. */
z-index: 1;
pointer-events: none
}
:root[tabsintitlebar] .browser-titlebar,
:root:is([tabsintitlebar],[customtitlebar]) .browser-titlebar,
#titlebar{
opacity: 1 !important;
will-change: unset !important;