Skip to content

Instantly share code, notes, and snippets.

@tsbarnes
Last active August 29, 2015 14:27
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 tsbarnes/1c8327dbe0637a84420c to your computer and use it in GitHub Desktop.
Save tsbarnes/1c8327dbe0637a84420c to your computer and use it in GitHub Desktop.
Customizations for the metro-ui Atom theme
.theme-metro-ui {
.tree-view {
line-height: 1.8em;
}
.list-tree, .list-group {
li.list-nested-item .list-item {
line-height: 1.8em;
}
li.selected:before {
height: 1.8em;
}
}
.project-root:first-of-type {
> .header {
position: fixed;
top: 0;
z-index: 1;
overflow: hidden;
.name {
margin-left: 0.5rem;
}
}
> .entries {
margin-top: 31px;
}
&.selected:before {
height: 0;
}
}
atom-workspace-axis.vertical {
z-index: 2;
}
}
@tsbarnes
Copy link
Author

Makes the project header fixed at the top, and adjusts the line height of the tree view.

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