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