Skip to content

bug(web): copy button on assistant messages always visible on mobile, looks misplaced #456

@hqhq1025

Description

@hqhq1025

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:

  1. Unclear which element it belongs to — looks detached from the message bubble
  2. Too close to the bottom status bar — easy to mistap
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions