Skip to content

Instantly share code, notes, and snippets.

@shoya140
Created May 2, 2018 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoya140/3c67d2a5178c161ec92aa62d20dbb174 to your computer and use it in GitHub Desktop.
Save shoya140/3c67d2a5178c161ec92aa62d20dbb174 to your computer and use it in GitHub Desktop.
Adding padding-top to Zen mode in Atom
[data-zen="true"] atom-text-editor:not(.mini) {
div.scroll-view {
padding-top: 60px;
}
div.gutter-container {
padding-top: 60px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment