Skip to content

Instantly share code, notes, and snippets.

@staydecent
Last active June 4, 2021 04:44
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save staydecent/9260095 to your computer and use it in GitHub Desktop.
Save staydecent/9260095 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;
}
}
}
@mustafar
Copy link

mustafar commented Mar 9, 2014

this is great 👍

@gmhurley
Copy link

👍

@JulianCataldo
Copy link

Thanks !

@t7yang
Copy link

t7yang commented Apr 22, 2016

thx

@gaobocn-zz
Copy link

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment