Skip to content
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

Closed
Alvarocz opened this issue Sep 29, 2016 · 6 comments
Closed

UI size configuration #35

Alvarocz opened this issue Sep 29, 2016 · 6 comments

Comments

@Alvarocz
Copy link

I love this, but i like SMALL tabs like panels and project tree items.

@arcticicestudio
Copy link
Contributor

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.

@Alvarocz
Copy link
Author

Alvarocz commented Oct 1, 2016

That well, it would be excellent

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Oct 5, 2016

@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.
In the meantime, you can add this CSS code to your personal styles.less file to disable the full-width tabs feature.

.tab-bar {
  width: auto;

  .tab {
    width: inherit;
  }

  .tab.active,
  .tab:hover.active {
    width: inherit;
  }
}

The styles.less file is located in Atom's home directory (~/.atom / $ATOM_HOME).
You can also open it from inside Atom via the Command Palette Overlay ("Open Your Stylesheet") or via the menu navigation (Edit -> Stylesheet).

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Oct 22, 2016

@Alvarocz I created #36 for the theme settings feature and pushed the initial implementation branch feature/ghi-#36-theme-settings.
You can clone/fork the project, test the feature and if necessary give me some feedback.

ghi-36-theme-settings

@Alvarocz
Copy link
Author

Right.
Really what i meant to say is about the height of the panels (vertical size), but this is also a good improvement.

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.

@arcticicestudio
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants