fix(terminal): fill card height instead of fixed 360px #91
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/VAPP-79-terminal-fill-card-height"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Terminal pane host box was hard-pinned to a fixed 360px height, so the terminal stayed small no matter how tall the window was. Replace the fixed pixel height with the same rule the Desktop pane uses (height: 70vh; min-height: 360px) so the pane grows to fill the device-detail card. The xterm FitAddon plus ResizeObserver already re-fit cols/rows on host resize, so no terminal driver changes are needed; the box relative positioning is unchanged so the TermStatus overlay still centers over the resized host.
#VAPP-79