Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaizka-allende/61d4bc6b9869ef6273d337e664ae9871 to your computer and use it in GitHub Desktop.
Save gaizka-allende/61d4bc6b9869ef6273d337e664ae9871 to your computer and use it in GitHub Desktop.
.tree-view {
font-size: 130%;
}
.list-tree li.list-nested-item > .list-item {
line-height: 1.5em;
}
.tree-view .project-root.project-root > .header .name {
line-height: 1.5em;
}
.list-tree li:not(.list-nested-item) {
line-height: 1.5em;
}
.tab-bar {
height: auto;
}
.tab-bar .tab {
height: auto;
}
.tab-bar .tab.active:before {
width: 0px;
}
.tab-bar .tab.active {
background-color: #3A1F52;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment