From f28be04e067a8457338bca9cbb2cac0ef23ce2cb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 15 May 2024 20:07:06 +0300 Subject: [PATCH] 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. --- chrome/tabs_animated_gradient_border.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/tabs_animated_gradient_border.css b/chrome/tabs_animated_gradient_border.css index a3913ac..469958e 100644 --- a/chrome/tabs_animated_gradient_border.css +++ b/chrome/tabs_animated_gradient_border.css @@ -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;