fix(ui): session terminal auto-sizes to output, caps at 420px before scrolling
This commit is contained in:
@@ -184,8 +184,8 @@
|
|||||||
<!-- Agent status strip -->
|
<!-- Agent status strip -->
|
||||||
<islands:AgentStripView/>
|
<islands:AgentStripView/>
|
||||||
|
|
||||||
<!-- Session terminal -->
|
<!-- Session terminal — auto-sizes to output, scrolls internally after MaxHeight -->
|
||||||
<islands:SessionTerminalView MinHeight="360"/>
|
<islands:SessionTerminalView MaxHeight="420"/>
|
||||||
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
|
|||||||
Reference in New Issue
Block a user