remove any inline margins from tabs

pull/99/head
MrOtherGuy 4 years ago
parent 17cda94062
commit 37220fcc3a

@ -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 }

Loading…
Cancel
Save