fix(web): add bottom padding inside terminal frame

Give the terminal wrapper pb-3 so the active console no longer hugs
the bottom edge of the bordered frame.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-05-09 17:12:47 -04:00
parent 61ab94195e
commit fb577b1fcb
No known key found for this signature in database

View file

@ -363,7 +363,7 @@ export default function RunTerminal({ params }: { params: { id: string } }) {
</p>
) : null}
<div
className="min-h-0 flex-1 overflow-hidden rounded border border-line"
className="min-h-0 flex-1 overflow-hidden rounded border border-line pb-3"
style={{ backgroundColor: TERMINAL_BACKGROUND }}
>
<div ref={terminalEl} className="h-full min-h-0 p-3" />