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