Use variables when setting icon sizes

This commit is contained in:
MrOtherGuy 2020-07-23 09:20:02 +03:00
parent 202809a27e
commit f221f89b30

View file

@ -5,8 +5,8 @@ See the above repository for updates as well as full license text. */
#main-menubar > menu{ #main-menubar > menu{
fill: currentColor; fill: currentColor;
height: 22px; height: var(--uc-menubaritem-height,22px);
width: 32px; width: var(--uc-menubaritem-width,32px);
-moz-context-properties: fill; -moz-context-properties: fill;
padding: 3px !important; padding: 3px !important;
background-repeat: no-repeat; background-repeat: no-repeat;