aboutsummaryrefslogtreecommitdiffstats
path: root/firefox/userChrome.css
blob: 6a3207a90946b5721994e0fd959eea1e754c1218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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);
}