Created
April 17, 2014 08:59
-
-
Save pgmccann/10966497 to your computer and use it in GitHub Desktop.
Condensed tree view for http://atom.io. Modify stylesheet using Atom > Open Your Stylesheet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ | |
.tree-view { | |
font-size:80%; | |
} | |
.list-group li:not(.list-nested-item), .list-tree li:not(.list-nested-item), .list-group li.list-nested-item > .list-item, .list-tree li.list-nested-item > .list-item { | |
line-height:18px; | |
} | |
.list-group .selected:before, .list-tree .selected:before { | |
height:18px; | |
} | |
.list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li { | |
padding-left:8px; | |
} |
Thank you so much <3
What I needed! Thanks
this is excellent!
Good work. Can you make some packages like tree-lines on atom? it think it would be very useful.
Thank you. Cannot believe even in 2021 its not fixed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing!
The selected folder seems to have a wrong height. Do you see this too?