mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 06:50:33 -08:00
Fix: Tab Bar - Reduce space between Pinned tab and Scroll button #128
This commit is contained in:
parent
1c150b2432
commit
b148e79064
1 changed files with 9 additions and 0 deletions
|
|
@ -162,6 +162,15 @@
|
|||
margin-inline-end: -.5px !important;
|
||||
}
|
||||
|
||||
/* Space between Pinned tab and Scroll button */
|
||||
#scrollbutton-up,
|
||||
#scrollbutton-down,
|
||||
.scrollbox-clip,
|
||||
#TabsToolbar-customization-target > #tabbrowser-tabs[overflow] ~ .toolbarbutton-1 {
|
||||
transform: translateX(-1.5px) !important;
|
||||
}
|
||||
|
||||
|
||||
/*= Tab Bar - Reduce Height, Show more contents ============================*/
|
||||
/* Toolbar Height */
|
||||
:root:not([uidensity=touch]) #TabsToolbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue