Files
textual/examples/code_browser.css
2022-09-08 21:11:05 +01:00

27 lines
365 B
CSS

#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;
}