From 0d4a4ccad78710181178dd1b6132c5563243ea3e Mon Sep 17 00:00:00 2001 From: Shantur Rathore Date: Sun, 8 Feb 2026 21:46:36 +0000 Subject: [PATCH] fix(ui): expand launch error modal Let the 'Unable to launch OpenCode' dialog grow up to 80vh and keep only the error output pane scrollable so longer stderr is visible without cramped nested scrolling. --- packages/ui/src/App.tsx | 50 +++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/packages/ui/src/App.tsx b/packages/ui/src/App.tsx index 80d24f44..f4092ad3 100644 --- a/packages/ui/src/App.tsx +++ b/packages/ui/src/App.tsx @@ -354,32 +354,34 @@ const App: Component = () => { -
- -
- {t("app.launchError.title")} - - {t("app.launchError.description")} - -
+
+ +
+ {t("app.launchError.title")} + + {t("app.launchError.description")} + +
-
-

{t("app.launchError.binaryPathLabel")}

-

{launchErrorPath()}

-
+
+
+

{t("app.launchError.binaryPathLabel")}

+

{launchErrorPath()}

+
+ + +
+

{t("app.launchError.errorOutputLabel")}

+
{launchErrorMessage()}
+
+
+
- -
-

{t("app.launchError.errorOutputLabel")}

-
{launchErrorMessage()}
-
-
- -
- -