From f86fb0542593162b56407cbe65d73dfb56ab625d Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 4 Jun 2021 12:23:58 +0900 Subject: [PATCH] Fix: Tab Bar - Reduce each tab gaps #56 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 7324e9b..4a7e112 100644 --- a/userChrome.css +++ b/userChrome.css @@ -85,7 +85,7 @@ /* neighbouring tabs should "pinch" together */ .tabbrowser-tab { - padding-inline: 1px !important; + padding-inline: 0 !important; } .tabbrowser-tab:not([last-visible-tab]) {