From 4c62b8a33682ef4ccbef8bd40b87f101e001c88b Mon Sep 17 00:00:00 2001 From: abccodes Date: Tue, 23 Jun 2026 02:45:59 -0700 Subject: [PATCH] [aidan] ux/run-monitor: spawn the run card a bit farther right of the workflows app --- frontend/src/shared/state/dashboardLayoutSlice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/shared/state/dashboardLayoutSlice.ts b/frontend/src/shared/state/dashboardLayoutSlice.ts index a86c2d9b..db31e6ec 100644 --- a/frontend/src/shared/state/dashboardLayoutSlice.ts +++ b/frontend/src/shared/state/dashboardLayoutSlice.ts @@ -933,7 +933,7 @@ const dashboardLayoutSlice = createSlice({ // Keep the existing card position when just switching the run shown. if (!state.workflowsMonitorCard) { state.workflowsMonitorCard = { - x: hub ? hub.x + hub.width + 96 : 220, + x: hub ? hub.x + hub.width + 140 : 220, y: hub ? hub.y : 160, width: 520, height: hub ? hub.height : 560,