tabs on bottom v2: remove nav-bar top border and pbm icon tweaks

This commit is contained in:
MrOtherGuy
2024-09-29 10:11:40 +03:00
parent da90d6d223
commit 5051132cf3

View File

@@ -45,10 +45,12 @@ See the above repository for updates as well as full license text. */
-moz-window-dragging: drag;
}
#nav-bar{
grid-area: toolbar1
grid-area: toolbar1;
border-top: none !important;
}
#toolbar-menubar{
grid-area: mb;
border-bottom: 0.01px var(--tabs-navbar-separator-style) var(--tabs-navbar-separator-color);
}
#toolbar-menubar,
#TabsToolbar > .toolbar-items,
@@ -62,6 +64,7 @@ See the above repository for updates as well as full license text. */
#TabsToolbar > .toolbar-items{
order: 1;
}
.titlebar-spacer,.titlebar-buttonbox-container{
.titlebar-spacer,
#TabsToolbar > .titlebar-buttonbox-container{
background-color: var(--toolbar-bgcolor)
}
}