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 }