Files
textual/examples/code_browser.tcss
Will McGugan 9f32476af2 Theme tweaks (#5232)
* theme tweaks

* style tweaks

* snapshots

* demo tweaks

* projects tweaks
2024-11-13 17:38:46 +00:00

30 lines
386 B
Plaintext

Screen {
&:inline {
height: 50vh;
}
}
#tree-view {
display: none;
scrollbar-gutter: stable;
overflow: auto;
width: auto;
height: 100%;
dock: left;
}
CodeBrowser.-show-tree #tree-view {
display: block;
max-width: 50%;
}
#code-view {
overflow: auto scroll;
min-width: 100%;
hatch: right $panel;
}
#code {
width: auto;
}