Add my firefox userChrome
This commit is contained in:
parent
4b637506d9
commit
e0c021b4ac
1 changed files with 16 additions and 0 deletions
16
firefox/userChrome.css
Normal file
16
firefox/userChrome.css
Normal file
|
@ -0,0 +1,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);
|
||||
}
|
Loading…
Reference in a new issue