Files
textual/examples/code_browser.css
Will McGugan c5cad6a418 color tweak
2022-09-20 15:56:32 +01:00

29 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: #151C25;
}
DirectoryTree {
padding-right: 1;
}
#code-view {
overflow: auto scroll;
}
#code {
width: auto;
}