Files
textual/examples/code_browser.css
Will McGugan 73fa5010ad tweaks
2022-09-09 17:52:12 +01:00

26 lines
357 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: $panel;
}
CodeBrowser{
background: $background;
}
DirectoryTree {
padding-right: 1;
}
#code {
width: auto;
}