mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix: add padding to terminal container
Add p-3 class to terminal page container to create spacing between the terminal and page edges, matching the padding used elsewhere on the page (header, error messages, etc.).
This commit is contained in:
@@ -210,7 +210,7 @@ export default function TerminalPage() {
|
||||
) : null}
|
||||
|
||||
<div className="flex-1 overflow-hidden bg-[var(--app-bg)]">
|
||||
<div className="mx-auto h-full w-full max-w-content">
|
||||
<div className="mx-auto h-full w-full max-w-content p-3">
|
||||
<TerminalView
|
||||
onMount={handleTerminalMount}
|
||||
onResize={handleResize}
|
||||
|
||||
Reference in New Issue
Block a user