• nextime's avatar
    Fix web terminal sizing: make xterm.js terminal use full available area · f3fe7c6d
    nextime authored
    - Update .terminal-container CSS to use calc(100vh - 200px) for responsive height
    - Remove fixed padding and height constraints
    - Add xterm-addon-fit for proper terminal resizing
    - Update terminal initialization to use fit addon for dynamic sizing
    - Ensure terminal fills entire container width and height
    - Add window resize event handler for responsive terminal sizing
    f3fe7c6d
base.html 7.6 KB