mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
reduce tabs scrollbutton margin
This commit is contained in:
parent
cdd66b43cc
commit
71c501871b
1 changed files with 5 additions and 1 deletions
|
@ -26,3 +26,7 @@ menupopup > menu{ padding-block: 0.3em !important; }
|
||||||
height: 16px !important;
|
height: 16px !important;
|
||||||
padding: 1px !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