From 5e823bafd54a966558837f7977bee1a3bc74948a Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 4 Oct 2020 21:36:14 +0300 Subject: [PATCH] make bookmarks toolbar only hidden - not collapsed when it is disabled --- chrome/autohide_bookmarks_and_main_toolbars.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index 8e514cf..c9ed535 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -28,6 +28,13 @@ See the above repository for updates as well as full license text. */ #PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; } +/* Make sure the bookmarks toolbar is never collapsed even if it is disabled */ +#PersonalToolbar[collapsed="true"]{ + min-height: initial !important; + max-height: initial !important; + visibility: hidden !important +} + /* SELECT TOOLBAR BEHAVIOR */ /* Comment out or delete either one of these to disable that behavior */