Make the left padding a bit smaller on manage buttons

This commit is contained in:
MrOtherGuy 2019-11-06 13:40:12 +02:00
parent e6c7a100e1
commit d0631c6ee2

View file

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