2018-10-02 09:23:30 +02:00
|
|
|
#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
|
|
|
|
min-height: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Thanks to @Speravir for making it work again in the latest versions. */
|
2018-11-02 19:26:37 +01:00
|
|
|
/*
|
2018-10-02 09:23:30 +02:00
|
|
|
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
|
|
|
|
visibility: collapse;
|
2018-11-02 19:26:37 +01:00
|
|
|
}*/
|
|
|
|
|
2018-10-02 09:23:30 +02:00
|
|
|
|
2018-11-02 19:26:37 +01:00
|
|
|
#navigator-toolbox{
|
|
|
|
visibility: collapse !important; }
|
2018-10-02 09:23:30 +02:00
|
|
|
|
|
|
|
/* I don't use tabs so I just hide the new tab button. You should be able to use a similar trick as the rule above with
|
|
|
|
css siblings selectors if you want to keep it when the tab bar is visible. */
|
2018-11-02 19:26:37 +01:00
|
|
|
/*
|
2018-10-02 09:23:30 +02:00
|
|
|
#tabbrowser-tabs .tabs-newtab-button {
|
|
|
|
visibility: collapse !important;
|
|
|
|
}
|
2018-11-02 19:26:37 +01:00
|
|
|
*/
|
2018-10-02 09:23:30 +02:00
|
|
|
|
|
|
|
#tabbrowser-tabs tab {
|
|
|
|
min-height: var(--tab-min-height)
|
|
|
|
}
|