remove any inline margins from tabs

This commit is contained in:
MrOtherGuy 2021-03-21 09:21:46 +02:00
parent 17cda94062
commit 37220fcc3a

View file

@ -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; } #TabsToolbar > .titlebar-spacer[type="pre-tabs"]{ display: none !important; }
#alltabs-button{ display: -moz-box !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 */ /* 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 } .tabbrowser-tab:not([pinned]):not([selected]){ visibility: collapse }