UI Bug with Multi-Row Tabs Package
Closed this issue · 3 comments
When using multi-row tabs (https://atom.io/packages/multirow-tabs) with Seti-ui, the second (and consecutive rows) do not display properly. Sometimes one tab in the row shows, other times none.
See the 'floating' changelog tab in the following screenshot:
This issue does not occur when using the built-in atom themes. Here is Atom Dark:
Some investigation showed that the following causes the issue:
atom-workspace.seti-compact atom-workspace-axis.vertical .tab-bar { height: 40px; }
and changing height to auto (same as the Atom Dark theme) in my local styles file resolved the display problem:
atom-workspace.seti-compact atom-workspace-axis.vertical .tab-bar { height: auto; }
Please let me know if I can provide any more helpful info.
Hmm, interesting. I actually hadn't heard of that package. Thanks for the info, I will look into a fix.
This plugin only has 3k downloads in the last 2 years, closing this as not worth the effort. Feel free to add a PR to update support for this package if still needed.
Just published manytab
, it makes multiline tabs work with Seti.