Allow to shrink the tab bar narrower than minimum width of toolbar items
This commit is contained in:
parent
3d85de3004
commit
be5fa81b86
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user