Skip to content

Instantly share code, notes, and snippets.

@MasseGuillaume
Created July 24, 2014 13:36
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 MasseGuillaume/f196b80a78964b6c141a to your computer and use it in GitHub Desktop.
Save MasseGuillaume/f196b80a78964b6c141a to your computer and use it in GitHub Desktop.
Atom styles: padding + small scroll
// props: https://github.com/soloman1124/atom-solo-dark-ui
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
background: rgba(42, 42, 42, 0.5);
}
::-webkit-scrollbar-thumb {
background: rgba(92, 92, 92, 0.5);
border-radius: 5px;
box-shadow: 0 0 1px black inset;
}
.editor.react {
.scroll-view {
padding: 20px;
}
.gutter {
padding-top: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment