From 37220fcc3a3453031a8d6afd69e141bc4297869c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 21 Mar 2021 09:21:46 +0200 Subject: [PATCH] remove any inline margins from tabs --- chrome/combined_tabs_and_main_toolbars.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/combined_tabs_and_main_toolbars.css b/chrome/combined_tabs_and_main_toolbars.css index 832c749..d4e70dd 100644 --- a/chrome/combined_tabs_and_main_toolbars.css +++ b/chrome/combined_tabs_and_main_toolbars.css @@ -52,5 +52,6 @@ See the above repository for updates as well as full license text. */ #TabsToolbar > .titlebar-spacer[type="pre-tabs"]{ display: none !important; } #alltabs-button{ display: -moz-box !important } +.tabbrowser-tab{ margin-inline-start: 0 !important } /* If you are only working with just a few tabs then you may safely delete the following to allow non-pinned tabs to be shown */ .tabbrowser-tab:not([pinned]):not([selected]){ visibility: collapse }