17 lines
426 B
CSS
17 lines
426 B
CSS
|
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
|
||
|
min-height: 0 !important;
|
||
|
}
|
||
|
|
||
|
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"],
|
||
|
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton {
|
||
|
visibility: collapse;
|
||
|
}
|
||
|
|
||
|
#tabbrowser-tabs .tabs-newtab-button {
|
||
|
visibility: collapse !important;
|
||
|
}
|
||
|
|
||
|
#tabbrowser-tabs tab {
|
||
|
min-height: var(--tab-min-height);
|
||
|
}
|