diff --git a/app/w/[id]/workflow.tsx b/app/w/[id]/workflow.tsx index cd192da18c..b603a192e1 100644 --- a/app/w/[id]/workflow.tsx +++ b/app/w/[id]/workflow.tsx @@ -259,7 +259,7 @@ function WorkflowCanvas() { // }, []) return ( -
+
+
{/* Left Section - Workflow Info */}

Workflow 1

@@ -112,8 +112,8 @@ export function ControlBar() { )} - + + Open Toolbar + + ) + } + return ( -
+
@@ -50,6 +73,19 @@ export function Toolbar() { ))}
+ + + + + + Close Toolbar +
) } diff --git a/app/w/layout.tsx b/app/w/layout.tsx index 37ebbae523..dcf8fba26a 100644 --- a/app/w/layout.tsx +++ b/app/w/layout.tsx @@ -10,17 +10,17 @@ export default function WorkspaceLayout({ }) { return ( -
- -
- {children} -
+
)