From 5051132cf35d7916b3f7b058951ef9dcbe29ae97 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 29 Sep 2024 10:11:40 +0300 Subject: [PATCH] tabs on bottom v2: remove nav-bar top border and pbm icon tweaks --- chrome/tabs_on_bottom_v2.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/chrome/tabs_on_bottom_v2.css b/chrome/tabs_on_bottom_v2.css index f6cedd1..84208e5 100644 --- a/chrome/tabs_on_bottom_v2.css +++ b/chrome/tabs_on_bottom_v2.css @@ -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) -} \ No newline at end of file +}