Skip to content

Instantly share code, notes, and snippets.

@angstbear
Last active December 10, 2020 20:41
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 angstbear/59fd02d608ec6415f8d1331a0397a881 to your computer and use it in GitHub Desktop.
Save angstbear/59fd02d608ec6415f8d1331a0397a881 to your computer and use it in GitHub Desktop.
Style snippet for customizing tab close icon location in Atom text editor. I'm currently using with the One Light/Dark theme, so left value can be adjusted according to theme.
/* Close tab button location */
.tab-bar .tab .close-icon {
left: 0.5em !important;
right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment