From fc9afa2a32d53f18304aa2ad87b85eb3b509b6d4 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 21 Mar 2021 07:31:37 +0200 Subject: [PATCH] Use padding-top instead of margin-top on toolbox to make background apply to menubar --- chrome/tabs_on_bottom_menubar_on_top_patch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_on_bottom_menubar_on_top_patch.css b/chrome/tabs_on_bottom_menubar_on_top_patch.css index b2cfd9a..0911526 100644 --- a/chrome/tabs_on_bottom_menubar_on_top_patch.css +++ b/chrome/tabs_on_bottom_menubar_on_top_patch.css @@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */ :root{ --uc-window-control-width: 0px !important } -#navigator-toolbox{ margin-top: 29px } +#navigator-toolbox{ padding-top: 29px !important } #toolbar-menubar{ position: fixed;