26 lines
403 B
CSS
26 lines
403 B
CSS
Screen {
|
|
background: $surface-darken-1;
|
|
}
|
|
|
|
#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%;
|
|
}
|
|
#code {
|
|
width: auto;
|
|
}
|