Skip to content

Instantly share code, notes, and snippets.

@olafgleba
Created July 2, 2016 16:02
Show Gist options
  • Save olafgleba/666437c67237554a7d9e6826b4362320 to your computer and use it in GitHub Desktop.
Save olafgleba/666437c67237554a7d9e6826b4362320 to your computer and use it in GitHub Desktop.
Bigger Tags in Atom Editor
.tab-bar {
height: 45px;
}
.tab-bar .tab {
height: 45px;
padding-right: 32px;
}
.tab-bar .tab:hover {
padding-right: 32px;
}
.tab-bar .tab, .tab-bar .tab.active {
font-size: 14px;
line-height: 3.2;
}
.tab-bar .tab.active, .tab-bar .tab.active:before {
line-height: 3.2;
height: 45px;
}
.tab-bar .tab .close-icon::before {
font-size: 17px;
width: 17px;
height: 17px;
}
.tab-bar .tab .close-icon,
.tab-bar .tab.active .close-icon,
.tab-bar .tab.modified .close-icon {
line-height: 3.2;
right: 10px;
}
.tab-bar .tab.modified:not(:hover) .close-icon {
line-height: 3.2;
top: 17px;
right: 17px;
width: 10px;
height: 10px;
}
.tab-bar .tab.modified:hover .close-icon {
right: 10px;
}
.tab-bar .tab:hover .close-icon {
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment