From f12eed50a90e11630190489445bb833ca7ddb554 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 4 Oct 2022 08:54:38 +0300 Subject: [PATCH] Don't restyle separators unless they are actually inside PersonalToolbar Someone might use this style to make the bookmarks toolbar itself vertical housing buttons etc. but have bookmarks-toolbar-items in some other horizontal toolbar. --- chrome/vertical_bookmarks_toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/vertical_bookmarks_toolbar.css b/chrome/vertical_bookmarks_toolbar.css index 0cadc1a..c6e2186 100644 --- a/chrome/vertical_bookmarks_toolbar.css +++ b/chrome/vertical_bookmarks_toolbar.css @@ -29,7 +29,7 @@ See the above repository for updates as well as full license text. */ display: flex; flex-direction: column; } - #PlacesToolbarItems > toolbarseparator{ + #PersonalToolbar #PlacesToolbarItems > toolbarseparator{ height: 7px; background-color: currentColor; background-clip: padding-box;