From 976df50a01239cdfaf641d342721715f2a926f6f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 4 Oct 2022 08:45:42 +0300 Subject: [PATCH] Make separators show up with vertical bookmarks toolbar --- chrome/vertical_bookmarks_toolbar.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chrome/vertical_bookmarks_toolbar.css b/chrome/vertical_bookmarks_toolbar.css index ff25891..0cadc1a 100644 --- a/chrome/vertical_bookmarks_toolbar.css +++ b/chrome/vertical_bookmarks_toolbar.css @@ -29,6 +29,12 @@ See the above repository for updates as well as full license text. */ display: flex; flex-direction: column; } + #PlacesToolbarItems > toolbarseparator{ + height: 7px; + background-color: currentColor; + background-clip: padding-box; + border-block: 3px solid transparent !important; + } #PersonalToolbar .toolbarbutton-1{ padding-block: 10px !important } #PersonalToolbar #PlacesToolbarItems > .bookmark-item{ padding-block: 4px !important; }