Skip to content

Instantly share code, notes, and snippets.

@aj0strow
Created October 17, 2015 21:25
Show Gist options
  • Save aj0strow/28aa2b3ea88993ae9f6a to your computer and use it in GitHub Desktop.
Save aj0strow/28aa2b3ea88993ae9f6a to your computer and use it in GitHub Desktop.
Atom text editor theme for small fonts
/*
If you have font size around 12, it's pretty annoying to have no space at the top
of the file. To fix, add this class selection.
*/
atom-text-editor:not(.mini)::shadow {
.scroll-view { padding-top: 10px; }
.gutter { padding-top: 10px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment