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

Changing font size / customizing package #139

Open
allancto opened this issue Dec 16, 2016 · 5 comments
Open

Changing font size / customizing package #139

allancto opened this issue Dec 16, 2016 · 5 comments

Comments

@allancto
Copy link
Contributor

This is presumably a generic issue for Atom, but it's not clear to me how to make the font size big enough so that the wonderful responses which appear after I ctrl-alt-R are big enough to read!! I can change the buffer text size with styles.less, so i presume the same kind of thing is easily possible, but where?

Perhaps we just need a guide to customizing the package behavior?

Full disclosure: this Atom package is the best thing EVER, kudos and thanks to each of the authors!

Allan

@justjoheinz
Copy link
Contributor

In your ~/.atom/styles.less file you might be able to add e.g.

.atom-panel {
  font-size: 15px
}

Looking briefly at some Atom sites I think this is not customizable yet. If you find something, let us know.

@archaeron
Copy link
Member

@allancto have you tried the font size in the settings panel of the plugin?

@aeons
Copy link

aeons commented Apr 12, 2017

I haven't had any luck with these either. And the font size setting the the package settings doesn't seem to do anything.

@justjoheinz
Copy link
Contributor

.tool-panel {
  font-size: 15px
}

.panel-heading {
  font-size: 15px
}

.line-message .preview {
  font-size: 15px
}

Can you play around with these settings in the styles.less (Application: Open your stylesheet Cmd)?

@aeons
Copy link

aeons commented Apr 12, 2017

Those work, thanks :)

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

No branches or pull requests

4 participants