mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
20 lines
274 B
CSS
20 lines
274 B
CSS
.tree-view {
|
|
height: 100%;
|
|
background: black;
|
|
color: white;
|
|
overflow: auto;
|
|
padding: 0 1em;
|
|
}
|
|
|
|
.tree-view .disclosure {
|
|
margin-right: .5em;
|
|
}
|
|
|
|
.tree-view .directory .entries {
|
|
padding-left: 2ex;
|
|
}
|
|
|
|
.tree-view .directory .entries .file {
|
|
padding-left: 2ex;
|
|
}
|