mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: Tab Bar - Scroll Button padding
This commit is contained in:
parent
2dc718a9e0
commit
16de9c7ceb
1 changed files with 5 additions and 1 deletions
|
|
@ -115,7 +115,8 @@
|
|||
|
||||
/* Scroll Button - Size Fix */
|
||||
#tabbrowser-arrowscrollbox {
|
||||
--scrollbtn-vertical-padding: 3px;
|
||||
--scrollbtn-vertical-padding: 4px;
|
||||
--scrollbtn-vertical-border: none;
|
||||
}
|
||||
#scrollbutton-up,
|
||||
#scrollbutton-down {
|
||||
|
|
@ -123,6 +124,9 @@
|
|||
/* https://github.com/mozilla/gecko-dev/blob/71b1259afd1cdaf41871ae675c2dadb967ea5b34/browser/themes/shared/toolbarbuttons.inc.css#L142 */
|
||||
padding-top: var(--scrollbtn-vertical-padding) !important;
|
||||
padding-bottom: var(--scrollbtn-vertical-padding) !important;
|
||||
|
||||
border-top: var(--scrollbtn-vertical-border) !important;
|
||||
border-bottom: var(--scrollbtn-vertical-border) !important;
|
||||
}
|
||||
|
||||
:root[tabsintitlebar]:not([uidensity=compact]) #toolbar-menubar[autohide="true"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue