From 86c376d73a8d397153b9886f76bb1e9d0894ca0d Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Thu, 5 Nov 2015 01:28:09 +0900 Subject: [PATCH] Fix unexpectedly shrunken tab bar on OS X #964 --- 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 d681529b..1e0b8022 100644 --- a/skin/classic/treestyletab/ui-base.css +++ b/skin/classic/treestyletab/ui-base.css @@ -233,6 +233,15 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position= min-height: 22px; } +.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] + .toolbarbutton-icon { + /** + * This is required to block the tab bar to be shrunken. + * See: https://github.com/piroor/treestyletab/issues/964#issuecomment-153781248 + */ + max-width: none; +} + /* transaprent tab bar */ .tabbrowser-tabs[treestyletab-tabbar-autohide]