Fix unexpectedly shrunken tab bar on OS X #964

This commit is contained in:
Piro / YUKI Hiroshi 2015-11-05 01:28:09 +09:00
parent 729ec1bdcc
commit 86c376d73a

View File

@ -233,6 +233,15 @@ tabbrowser[treestyletab-drop-position="left"]:not([treestyletab-tabbar-position=
min-height: 22px; 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 */ /* transaprent tab bar */
.tabbrowser-tabs[treestyletab-tabbar-autohide] .tabbrowser-tabs[treestyletab-tabbar-autohide]