mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
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:
parent
61ab94195e
commit
fb577b1fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue