Skip to content

Instantly share code, notes, and snippets.

@KennyLisc
Forked from staydecent/styles.less
Created February 25, 2016 04:43
Show Gist options
  • Save KennyLisc/7fe01b78d5507a851156 to your computer and use it in GitHub Desktop.
Save KennyLisc/7fe01b78d5507a851156 to your computer and use it in GitHub Desktop.
Smaller, more compact tab-bar for Atom.io
.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