From fed7d2817a52052d7e3ee84f539982f0b9d7e7bc Mon Sep 17 00:00:00 2001 From: bmFtZQ Date: Tue, 14 Jun 2022 21:29:58 +0800 Subject: [PATCH] stop tabs from flickering? #31 --- chrome/toolbar/tabbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/toolbar/tabbar.css b/chrome/toolbar/tabbar.css index a3515f0..2739bf9 100644 --- a/chrome/toolbar/tabbar.css +++ b/chrome/toolbar/tabbar.css @@ -296,7 +296,7 @@ toolbarbutton[part="scrollbutton-down"] { } #tabbrowser-tabs[overflow] .tabbrowser-tab[last-visible-tab]:not([pinned]) { - margin-inline-end: 8px !important; + margin-inline-end: 7px !important; }