-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI size configuration #35
Comments
I planned to implement theme settings (like the One Dark UI next to the theme selection drop-down) which will also provide an option to disable the full-width tabs. |
That well, it would be excellent |
@Alvarocz I'm currently busy at work and don't know when I'll have time again to start working on the theme settings feature. .tab-bar {
width: auto;
.tab {
width: inherit;
}
.tab.active,
.tab:hover.active {
width: inherit;
}
} The |
@Alvarocz I created #36 for the theme settings feature and pushed the initial implementation branch |
Right. P.D: I'm a lover of minimalist, and i look for which ocuppies the smallest possible vertical space. I like very much this theme after all. Regards. |
Thanks for your feedback, I'll check if it is possible to also shrink the tab height without breaking the font styles and will create a new issue for it. |
I love this, but i like SMALL tabs like panels and project tree items.
The text was updated successfully, but these errors were encountered: