PEM-- / meteor-helper

Meteor.js under Atom.io
http://pem-musing.blogspot.fr/2014/07/meteorjs-from-within-atomio-full-stack.html
MIT License
50 stars 9 forks source link

console font size option #30

Closed rjmoggach closed 9 years ago

rjmoggach commented 9 years ago

ma français c'est un peux rouillé - THANK YOU. love this package... and all the famous-views work you do... Any chance of adding an option for changing your meteor console font & size? doing dev away from a big screen on a 13" macbook it's difficult to read the output.

PEM-- commented 9 years ago

You're welcome.

Atom allows you to overwrite its style in a specific file named ~/.atom/styles.less (more info here). That could help you having a specific style when you are away from home with your MacBook.

For instance: ~/.atom/styles.less

.meteor-helper .panel-body p {
  font-size: 14px;
}