add a little margin to tabs
This commit is contained in:
parent
dfb94feee6
commit
1f81f512d2
|
@ -20,6 +20,8 @@
|
|||
/* Stretch Tabs */
|
||||
.tabbrowser-tab[fadein]:not([pinned]) {
|
||||
max-width: none !important;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* .tab-background:-moz-lwtheme-darktext, */
|
||||
|
|
Loading…
Reference in a new issue