4 lines
120 B
CSS
4 lines
120 B
CSS
/* Tab min-width resizing */
|
|
#tabbrowser-tabs .tabbrowser-tab[fadein]:not([pinned]) {
|
|
min-width: 90px !important;
|
|
}
|