From be5fa81b865fe6147476226424167a44956456a0 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 5 Jul 2016 16:14:15 +0900 Subject: [PATCH] Allow to shrink the tab bar narrower than minimum width of toolbar items --- skin/classic/treestyletab/ui-base.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/skin/classic/treestyletab/ui-base.css b/skin/classic/treestyletab/ui-base.css index 4f6f33f6..efbc78d4 100644 --- a/skin/classic/treestyletab/ui-base.css +++ b/skin/classic/treestyletab/ui-base.css @@ -249,6 +249,15 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position= max-height: 16px; } +.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] + toolbaritem { + /** + * This is required to block the tab bar to be shrunken. + * See: https://github.com/piroor/treestyletab/issues/964#issuecomment-153781248 + */ + min-width: 0 !important; +} + /* transaprent tab bar */ .tabbrowser-tabs[treestyletab-tabbar-autohide]