diff --git a/chrome/iconized_menubar_items.css b/chrome/iconized_menubar_items.css index 3bb2d2d..c350604 100644 --- a/chrome/iconized_menubar_items.css +++ b/chrome/iconized_menubar_items.css @@ -5,12 +5,13 @@ See the above repository for updates as well as full license text. */ #main-menubar > menu{ fill: currentColor; - height: var(--uc-menubaritem-height,22px); - width: var(--uc-menubaritem-width,32px); + height: var(--uc-menubaritem-height,28px); + width: var(--uc-menubaritem-width,30px); -moz-context-properties: fill; padding: 3px !important; background-repeat: no-repeat; background-position: center; + border-radius: var(--toolbarbutton-border-radius) } .menubar-text{ display: none } diff --git a/chrome/menubar_in_main_toolbar.css b/chrome/menubar_in_main_toolbar.css index edee9c5..ab43825 100644 --- a/chrome/menubar_in_main_toolbar.css +++ b/chrome/menubar_in_main_toolbar.css @@ -3,7 +3,7 @@ See the above repository for updates as well as full license text. */ /* Make menubar permanently enabled or this isn't going to work */ -#navigator-toolbox{ --uc-menubar-height: 36px } +#navigator-toolbox{ --uc-menubar-height: 34px; } :root[uidensity="compact"] #navigator-toolbox{ --uc-menubar-height: 30px } #titlebar{ -moz-box-direction: reverse; -moz-appearance: none !important; } @@ -18,7 +18,11 @@ See the above repository for updates as well as full license text. */ pointer-events: none; } -#menubar-items{ -moz-box-pack: center; pointer-events: initial } +#menubar-items{ + -moz-box-pack: center; + pointer-events: initial; + margin-top: 3px; +} /* Adjust to fit menubar items - 300px works for English locale */ #nav-bar{ padding-left: 300px; }