From 44552ab8f84bdb55f2265fa19c3d98be4f890ffc Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 24 May 2020 07:37:15 +0300 Subject: [PATCH] bookmarks toolbar min-width needs !important --- chrome/combined_tabs_and_main_toolbars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/combined_tabs_and_main_toolbars.css b/chrome/combined_tabs_and_main_toolbars.css index 140f6b6..832c749 100644 --- a/chrome/combined_tabs_and_main_toolbars.css +++ b/chrome/combined_tabs_and_main_toolbars.css @@ -44,7 +44,7 @@ See the above repository for updates as well as full license text. */ /* This margin on bookmarks toolbar makes absolutely no sense, but it won't work properly without it */ .browser-toolbar.chromeclass-directories:not([collapsed="true"]){ - min-width: 100vw; + min-width: 100vw !important; margin-bottom: var(--tab-min-height); } /* reduce urlbar minimum width before things start to go to overflow menu */