Files
textual/examples/code_browser.css
2022-09-08 13:44:22 +01:00

27 lines
356 B
CSS

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