better adaptive layout

This commit is contained in:
Joeri Exelmans 2025-10-19 23:28:18 +02:00
parent 3f9f2affd3
commit 8144a3ec78
3 changed files with 93 additions and 92 deletions

View file

@ -193,7 +193,7 @@ export function App() {
borderColor: "divider",
flex: '0 0 content',
overflow: "auto",
maxWidth: 350,
maxWidth: '30vw',
}}>
<ShowAST {...{...ast, rt: rt.at(rtIdx!), highlightActive}}/>
<ShowOutputEvents outputEvents={ast.outputEvents}/>