[PR #12956] feat(ui): improve response copy button layout and spacing #14449

Open
opened 2026-02-16 18:19:14 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12956

State: open
Merged: No


Summary

  • Move copy button below response content for better UX and visual hierarchy
  • Increase gap between summary title and response from 4px to 12px for improved readability
  • Align copy button to flex-end for consistent positioning

Changes

  • packages/ui/src/components/session-turn.css: Increased gap to 12px and added flex-end alignment
  • packages/ui/src/components/session-turn.tsx: Moved copy button component below response content

Fixes #10641 and fixes https://github.com/anomalyco/opencode/issues/12951

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12956 **State:** open **Merged:** No --- ## Summary - Move copy button below response content for better UX and visual hierarchy - Increase gap between summary title and response from 4px to 12px for improved readability - Align copy button to flex-end for consistent positioning ## Changes - `packages/ui/src/components/session-turn.css`: Increased gap to 12px and added flex-end alignment - `packages/ui/src/components/session-turn.tsx`: Moved copy button component below response content Fixes #10641 and fixes https://github.com/anomalyco/opencode/issues/12951
yindo added the pull-request label 2026-02-16 18:19:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14449