diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index ed23d228..97b8ef7f 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -79,6 +79,14 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-stack > *:first-child + * > hbox: direction: ltr !important; } +.tabbrowser-tabs[treestyletab-mode="vertical"] + .tabbrowser-tab:not([pinned]), +.tabbrowser-tabs[treestyletab-mode="vertical"] + .tabbrowser-tab:not([fadein]) { + max-width: none !important; + min-width: 1px !important; +} + /* pinned tabs on Firefox 3.7 */ .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tab[pinned="true"] {