Created
March 2, 2014 00:17
-
-
Save patrickskim/9299769 to your computer and use it in GitHub Desktop.
atom.io (smaller tabs and line numbers)
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
// Editor | |
.editor { | |
.gutter { | |
.line-number { | |
padding: 0 0 0 0.25em; | |
.icon-right { | |
padding-right: 0.1em | |
} | |
} | |
} | |
.cursor {} | |
} | |
// Thinner Tabs | |
.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; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like there's a
@tab-height
ui variable. Is there some way to override ui variables?