From 518cfc2d9549a267366cfcd51fbb3439bf337896 Mon Sep 17 00:00:00 2001 From: limiteinductive Date: Sun, 29 Mar 2026 21:29:16 +0200 Subject: [PATCH] fix: reply pill always visible, bigger touch targets, z-index Co-Authored-By: Claude Opus 4.6 (1M context) --- ui/colony/src/components/MessageItem.tsx | 34 +++++++++++------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/ui/colony/src/components/MessageItem.tsx b/ui/colony/src/components/MessageItem.tsx index 3e349d7..9c20b81 100644 --- a/ui/colony/src/components/MessageItem.tsx +++ b/ui/colony/src/components/MessageItem.tsx @@ -152,28 +152,26 @@ export function MessageItem({ message, replyTarget, onReply, onDelete, currentUs {/* Floating action pill — top-right, appears on hover */} - {!isDeleted && ( -
+
+ + {!isDeleted && message.user.username === currentUsername && ( - {message.user.username === currentUsername && ( - - )} -
- )} + )} +
{/* Content */}