Last active
December 10, 2020 20:41
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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