From 48847e5a117a208c923dbf20fc0c6c2f8816b1fa Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 27 Apr 2021 14:49:36 +0900 Subject: [PATCH] Fix: revert tab padding inline --- userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userChrome.css b/userChrome.css index 1668fa4..9eb3144 100644 --- a/userChrome.css +++ b/userChrome.css @@ -19,6 +19,10 @@ margin-bottom: 0px !important; } + .tabbrowser-tab { + padding-inline: 1px !important; + } + /* Selected Tab - Color like toolbar */ .tab-background[selected="true"] { background: var(--toolbar-bgcolor) !important;