Make multi-row-tabs patch handle translucent toolbar a bit better
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user