remove any inline margins from tabs
This commit is contained in:
parent
17cda94062
commit
37220fcc3a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue