From fd6679763532f856654953baeac09cb140e61990 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Thu, 7 May 2026 10:29:41 -0700 Subject: [PATCH] style(web): add full-height vertical separator on run stages tab Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fabro-web/app/routes/run-stages.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/fabro-web/app/routes/run-stages.tsx b/apps/fabro-web/app/routes/run-stages.tsx index 2b01fc5f3..b23637f62 100644 --- a/apps/fabro-web/app/routes/run-stages.tsx +++ b/apps/fabro-web/app/routes/run-stages.tsx @@ -51,7 +51,7 @@ import { type EventEnvelope, } from "@qltysh/fabro-api-client"; -export const handle = { wide: true }; +export const handle = { wide: true, fullHeight: true }; type TurnType = | { kind: "system"; content: string } @@ -615,10 +615,14 @@ export default function RunStages() { const SelectedIcon = selectedConfig.icon; return ( -
- +
+
+ +
-
+