Fix: Tab Bar - reduce new tab button left margin #27

This commit is contained in:
alstjr7375 2021-06-02 17:07:37 +09:00
parent be13dff4e7
commit 8ea7358624

View file

@ -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 *******************************************/