From 4a73dad3661f315bd281cea05c2c041a6fec37fc Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 4 Dec 2018 18:34:03 +0200 Subject: [PATCH] Fix incompatibility with normal toolbar density --- chrome/page_action_buttons_on_hover.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/page_action_buttons_on_hover.css b/chrome/page_action_buttons_on_hover.css index 9414b2b..34da185 100644 --- a/chrome/page_action_buttons_on_hover.css +++ b/chrome/page_action_buttons_on_hover.css @@ -1,3 +1,5 @@ +/* Page action-buttons "slide in" when cursor is on top of them and don't reserve space when not used */ + #page-action-buttons > *[class^=urlbar-icon]{ margin-inline-end: -26px; opacity: 0;