Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Last active March 31, 2016 02:02
Show Gist options
  • Save lee-dohm/745d6f6ee3e14de4c3adf2c12e818f84 to your computer and use it in GitHub Desktop.
Save lee-dohm/745d6f6ee3e14de4c3adf2c12e818f84 to your computer and use it in GitHub Desktop.
Making the Atom tab close button bigger
// Add this to your `styles.less`
// Open the Command Palette and search for "Open Your Stylesheet"
.tab-bar {
font-size: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment