reduce tabs scrollbutton margin
This commit is contained in:
parent
cdd66b43cc
commit
71c501871b
1 changed files with 5 additions and 1 deletions
|
@ -25,4 +25,8 @@ menupopup > menu{ padding-block: 0.3em !important; }
|
|||
width: 16px !important;
|
||||
height: 16px !important;
|
||||
padding: 1px !important;
|
||||
}
|
||||
}
|
||||
|
||||
#tabbrowser-tabs{ --uc-tabs-scrollbutton-margin: 2px }
|
||||
#scrollbutton-up,
|
||||
#scrollbutton-down{ margin: var(--uc-tabs-scrollbutton-margin,0px) !important; }
|
Loading…
Reference in a new issue