jesseweed/seti-ui

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:
screen shot 2016-09-08 at 3 52 33 pm

This issue does not occur when using the built-in atom themes. Here is Atom Dark:
screen shot 2016-09-08 at 4 01 50 pm

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; }

screen shot 2016-09-08 at 4 04 30 pm

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.

seti