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:
MrOtherGuy
2024-05-15 20:07:06 +03:00
parent 80211fb6fb
commit f28be04e06

View File

@@ -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[first-visible-unpinned-tab]{ margin-inline-start: 0 !important; }
.tabbrowser-tab{ margin-inline-start: 0 !important; }
vbox.tab-background[selected]{
padding: 0px !important;