fix(ui): session terminal auto-sizes to output, caps at 420px before scrolling

This commit is contained in:
Mika Kuns
2026-04-22 15:34:47 +02:00
parent c599fdcb8c
commit 6ac88235a7

View File

@@ -184,8 +184,8 @@
<!-- Agent status strip -->
<islands:AgentStripView/>
<!-- Session terminal -->
<islands:SessionTerminalView MinHeight="360"/>
<!-- Session terminal — auto-sizes to output, scrolls internally after MaxHeight -->
<islands:SessionTerminalView MaxHeight="420"/>
</StackPanel>
</ScrollViewer>