From 5a3ce132ed9e5d3e42c3fd230f374b26470a67c3 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 27 Apr 2021 11:14:54 +0900 Subject: [PATCH] Fix: remove tabbrowser margin Because fixed tab, multiselected tab --- userChrome.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/userChrome.css b/userChrome.css index 730abe4..a30374d 100644 --- a/userChrome.css +++ b/userChrome.css @@ -19,12 +19,6 @@ margin-bottom: 0px !important; } - .tabbrowser-tab { - margin: 0px !important; - margin-inline: 0px !important; - padding-inline: 1px !important; - } - /* Selected Tab - Color like toolbar */ .tab-background[selected="true"] { background: var(--toolbar-bgcolor) !important;