Problem
On mobile (iPhone PWA), the copy button on assistant messages is always visible and positioned at the bottom-right edge of the message. It visually floats between the message content and the bottom status bar (online / Yolo), making it:
- Unclear which element it belongs to — looks detached from the message bubble
- Too close to the bottom status bar — easy to mistap
- Always visible — on desktop this would typically be hover-only; on mobile it clutters the UI since every message shows it
Expected Behavior
On mobile, the copy button should either:
- Only appear on long-press (standard mobile pattern — show a context menu with Copy/Quote/etc.)
- Or be embedded inside the message card with proper padding, not floating outside it
Environment
- iPhone, iOS PWA
- Observed on assistant reply messages in session chat view
Problem
On mobile (iPhone PWA), the copy button on assistant messages is always visible and positioned at the bottom-right edge of the message. It visually floats between the message content and the bottom status bar (online / Yolo), making it:
Expected Behavior
On mobile, the copy button should either:
Environment