From ee19cdb8fe40d2356c4ac90339ccaf24dce87122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Wed, 28 Jan 2026 12:28:12 +0100 Subject: [PATCH] fix: use dynamic viewport sizes --- src/components/ErrorBoundary.tsx | 2 +- src/components/layouts/AppShell.tsx | 2 +- src/components/pages/RunCommandPage.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ErrorBoundary.tsx b/src/components/ErrorBoundary.tsx index e4bfecc..7f37911 100644 --- a/src/components/ErrorBoundary.tsx +++ b/src/components/ErrorBoundary.tsx @@ -73,7 +73,7 @@ export class ErrorBoundary extends Component { // App-level error: full screen error if (level === "app") { return ( -
+
diff --git a/src/components/layouts/AppShell.tsx b/src/components/layouts/AppShell.tsx index 3f82958..6e30102 100644 --- a/src/components/layouts/AppShell.tsx +++ b/src/components/layouts/AppShell.tsx @@ -61,7 +61,7 @@ export function AppShell({ children, hideBottomBar = false }: AppShellProps) { onOpenChange={setCommandLauncherOpen} /> -
+