animated tabs border: Make all tabs have 0px margin
This style can't really work without 0px margin but browser styles add margin for first non-pinned visible tab.
This commit is contained in:
@@ -68,7 +68,7 @@ Thanks to /u/skenera on reddit for suggesting animating background position and
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab:not([selected]){ min-height: calc(var(--tab-min-height) - 1px) !important; }
|
.tabbrowser-tab:not([selected]){ min-height: calc(var(--tab-min-height) - 1px) !important; }
|
||||||
.tabbrowser-tab[first-visible-unpinned-tab]{ margin-inline-start: 0 !important; }
|
.tabbrowser-tab{ margin-inline-start: 0 !important; }
|
||||||
|
|
||||||
vbox.tab-background[selected]{
|
vbox.tab-background[selected]{
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user