From d7b47e67fb575a76e86206a6bb5582a94773a900 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sat, 27 Jun 2026 07:43:56 +0000 Subject: [PATCH] Terminal: fill the viewport (height below the panel header, edge-to-edge) Co-Authored-By: Claude Opus 4.8 --- resources/views/hosting/panel/terminal.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/hosting/panel/terminal.blade.php b/resources/views/hosting/panel/terminal.blade.php index 1f9762b..3271922 100644 --- a/resources/views/hosting/panel/terminal.blade.php +++ b/resources/views/hosting/panel/terminal.blade.php @@ -15,7 +15,7 @@ resizeUrlTemplate: @js(route('hosting.panel.terminal.sessions.resize', [$account, '__SESSION__'])), closeUrlTemplate: @js(route('hosting.panel.terminal.sessions.close', [$account, '__SESSION__'])), })" - class="-m-6 flex h-[calc(100vh-8rem)] flex-col bg-[#0a0a0a]" + class="-m-4 lg:-m-6 flex h-[calc(100dvh-3.5rem)] flex-col bg-[#0a0a0a]" > {{-- Terminal Header --}}