Files
textual/examples/code_browser.css
Will McGugan 14e87b6c99 shrink expand
2022-10-04 10:12:25 +01:00

30 lines
431 B
CSS

Screen {
background: $surface-darken-1;
}
#tree-view {
display: none;
scrollbar-gutter: stable;
width: auto;
}
CodeBrowser.-show-tree #tree-view {
display: block;
dock: left;
height: 100%;
max-width: 50%;
background: #151C25;
}
DirectoryTree {
padding-right: 1;
}
#code-view {
overflow: auto scroll;
min-width: 100%;
}
#code {
width: auto;
}