Skip to content

Instantly share code, notes, and snippets.

@geordee
Forked from staydecent/styles.less
Created April 11, 2014 08:33
Show Gist options
  • Save geordee/10450187 to your computer and use it in GitHub Desktop.
Save geordee/10450187 to your computer and use it in GitHub Desktop.
Compact Tab Bar for Atom Editor
.tab-bar {
height: 32px;
padding: 0;
.tab {
-webkit-transform: none;
top: 1px;
left: 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;
padding-left: 2px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment