mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 20:27:44 +02:00
[aidan] ux/run-monitor: spawn the run card a bit farther right of the workflows app
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user