add a little margin to tabs

This commit is contained in:
Chris Cochrun 2024-11-23 21:56:18 -06:00
parent dfb94feee6
commit 1f81f512d2

View file

@ -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, */