inspired by https://github.com/tonsky/alabaster-lighttable-skin#readme
Last active
September 2, 2016 10:32
-
-
Save iamstarkov/52a232c029e1e1a42c8ed028f677e53c to your computer and use it in GitHub Desktop.
Stretched atom's tabs
This file contains hidden or 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
/** | |
* Stretched atom's tabs | |
* https://gist.github.com/iamstarkov/52a232c029e1e1a42c8ed028f677e53c | |
*/ | |
:root:root .tab-bar .tab { max-width: none; flex-grow: 1; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment