diff --git a/frontend/src/components/flowpilot/FlowPilotActionBar.tsx b/frontend/src/components/flowpilot/FlowPilotActionBar.tsx index aa98ff48..44f517ab 100644 --- a/frontend/src/components/flowpilot/FlowPilotActionBar.tsx +++ b/frontend/src/components/flowpilot/FlowPilotActionBar.tsx @@ -82,62 +82,64 @@ export function FlowPilotActionBar({ return ( <> - {/* Bottom bar — fixed to viewport bottom, works regardless of height chain */} + {/* Bottom bar — fixed to viewport bottom, single row on all screen sizes */}
-
+ {/* Primary actions */} + + + {canShareUpdate && onGenerateStatusUpdate && ( + )} + + {/* Spacer */} +
+ + {/* Secondary actions — right side */} + {onPause && ( - {canShareUpdate && onGenerateStatusUpdate && ( - - )} -
-
- {onPause && ( - - )} - {onAbandon && ( - - )} -
+ )} + {onAbandon && ( + + )}
{/* Resolve modal */}