adjust item sizes so they fit better to other buttons
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user