diff --git a/frontend/src/components/canvas/nodes/BaseNode.tsx b/frontend/src/components/canvas/nodes/BaseNode.tsx index 1414e68..d63d16d 100644 --- a/frontend/src/components/canvas/nodes/BaseNode.tsx +++ b/frontend/src/components/canvas/nodes/BaseNode.tsx @@ -76,8 +76,15 @@ export function BaseNode({ id, data, selected, icon: typeIcon, width, height }: /> + {/* Status dot — absolute to avoid affecting node auto-width */} +
+ {/* Main row */} -
+
{/* Icon */}
))}
-
{/* Properties section (new system) */}