Files
textual/examples/code_browser.css
Will McGugan 6f7d3b5ad7 text color
2022-09-13 10:53:22 +01:00

30 lines
410 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: $surface;
}
CodeBrowser{
background: $surface-darken-1;
}
DirectoryTree {
padding-right: 1;
}
#code {
width: auto;
}