Skip to content

Instantly share code, notes, and snippets.

@avendael
Created March 2, 2014 18:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avendael/9311127 to your computer and use it in GitHub Desktop.
Save avendael/9311127 to your computer and use it in GitHub Desktop.
Hide Atom's tab bar
.tab-bar {
height: 0px;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment