From d0631c6ee293114a9ba8e0559c79cb434939b757 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 6 Nov 2019 13:40:12 +0200 Subject: [PATCH] Make the left padding a bit smaller on manage buttons --- content/addon_manage_buttons_without_popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/addon_manage_buttons_without_popup.css b/content/addon_manage_buttons_without_popup.css index 5c60869..308d58e 100644 --- a/content/addon_manage_buttons_without_popup.css +++ b/content/addon_manage_buttons_without_popup.css @@ -26,6 +26,7 @@ div.list{ display: flex !important; flex-direction: row !important; } + button[role="menuitem"]{ padding-inline-start: 30px !important; background-position-x: 8px !important; } panel-item[action="toggle-disabled"]{ --icon: url("chrome://browser/skin/quit.svg") } panel-item[action="preferences"]{ --icon: url("chrome://browser/skin/settings.svg") }