From add8f8c1eb799ff9457e6d79b6adc23d1a6ecae7 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 19 Nov 2022 10:14:15 +0200 Subject: [PATCH] Prevent accidentally setting width for places toolbar drop indicator This patch fixes an issue where top row of bookmarks toolbar can become unusable after draggin a bookmark --- chrome/multi-row_bookmarks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/multi-row_bookmarks.css b/chrome/multi-row_bookmarks.css index c624817..e3bc04e 100755 --- a/chrome/multi-row_bookmarks.css +++ b/chrome/multi-row_bookmarks.css @@ -12,7 +12,7 @@ See the above repository for updates as well as full license text. */ max-height: none !important; } -#PlacesToolbar > hbox{ +#PlacesToolbar > hbox:not(#PlacesToolbarDropIndicatorHolder){ display: block; width: 100vw; }