Allow to shrink the tab bar narrower than minimum width of toolbar items

This commit is contained in:
YUKI Hiroshi 2016-07-05 16:14:15 +09:00
parent 3d85de3004
commit be5fa81b86

View File

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