Make multi-row-tabs patch handle translucent toolbar a bit better

This commit is contained in:
MrOtherGuy
2024-03-22 07:38:53 +02:00
parent 2e47c6caa4
commit 0936153495

View File

@@ -10,11 +10,13 @@ See the above repository for updates as well as full license text. */
#titlebar{
flex-direction: column-reverse;
will-change: unset !important;
opacity: 1 !important;
}
#toolbar-menubar{
height: 40px;
margin-bottom: -40px;
background-color: var(--toolbar-bgcolor)
background-color: var(--toolbar-bgcolor);
}
:root[uidensity="compact"] #toolbar-menubar{ height: 32px; margin-bottom: -32px }
:root[tabsintitlebar] #nav-bar{ padding-right: 138px; margin-left: 30px; }
@@ -24,6 +26,9 @@ See the above repository for updates as well as full license text. */
background-image: linear-gradient( to left,transparent,var(--toolbar-bgcolor) 35px);
color: var(--toolbar-color);
}
#main-menubar:not(:has(>[_moz-menuactive])){
opacity: 0;
}
#main-menubar:last-child{ padding-inline-end: 40px }