mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-06 07:21:08 -08:00
Fix: Tab Bar - reduce new tab button left margin #27
This commit is contained in:
parent
be13dff4e7
commit
8ea7358624
1 changed files with 2 additions and 2 deletions
|
|
@ -244,7 +244,7 @@
|
|||
}
|
||||
.tabbrowser-tab[last-visible-tab] .tab-background::after {
|
||||
right: 0;
|
||||
transform: translateX(2.5px) translateY(calc(-50% + 1px)) !important;
|
||||
transform: translateX(.5px) translateY(calc(-50% + 1px)) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:is([visuallyselected], [multiselected], :hover) + .tabbrowser-tab:not([visuallyselected]) .tab-background::before,
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
|
||||
/* Latest Tab & New tab margin */
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[last-visible-tab] {
|
||||
margin-inline-end: 8px !important;
|
||||
margin-inline-end: 4px !important;
|
||||
}
|
||||
|
||||
/** Clipped tabs - Letters cleary *******************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue