Last active
June 4, 2021 04:44
-
-
Save staydecent/9260095 to your computer and use it in GitHub Desktop.
Smaller, more compact tab-bar for Atom.io
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
.tab-bar { | |
height: 34px; | |
padding: 0; | |
.tab { | |
-webkit-transform: none; | |
top: 2px; | |
line-height: 25px; | |
&.active { | |
height: 25px; | |
&:before { | |
height: 25px; | |
} | |
} | |
&:before { | |
-webkit-transform: none; | |
width: 18px; | |
} | |
.close-icon { | |
-webkit-transform: none; | |
line-height: 25px; | |
} | |
.title { | |
-webkit-transform: none; | |
} | |
} | |
} |
👍
Thanks !
thx
Great!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is great 👍