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") }