You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the theme itself hides the first available tab list (ref), which happens to be the one on the left; moving tree view to the right breaks this behavior.
Maybe this could be solved by
iterating through .list-inline.tab-bar.inset-panel, or
indirectly refer to the parent of .tab[data-type='TreeView']?
Thanks for making the theme! Really love the vibe in City Lights (・ω・)ノ
The text was updated successfully, but these errors were encountered:
Currently the theme itself hides the first available tab list (ref), which happens to be the one on the left; moving tree view to the right breaks this behavior.
Maybe this could be solved by
.list-inline.tab-bar.inset-panel
, or.tab[data-type='TreeView']
?Thanks for making the theme! Really love the vibe in City Lights (・ω・)ノ
The text was updated successfully, but these errors were encountered: