From 3574a3bf498d60a61684b98bc7936716862ea7ef Mon Sep 17 00:00:00 2001 From: dotta Date: Mon, 6 Apr 2026 17:16:16 -0500 Subject: [PATCH] Move user avatar outside content column to right margin Use relative positioning with pr-8 reserved space and absolute positioning for the avatar, so it sits outside the content column boundary while the bubble's right edge aligns with the column edge. Co-Authored-By: Paperclip --- ui/src/components/IssueChatThread.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/components/IssueChatThread.tsx b/ui/src/components/IssueChatThread.tsx index 6507fffc..bdbab9a0 100644 --- a/ui/src/components/IssueChatThread.tsx +++ b/ui/src/components/IssueChatThread.tsx @@ -360,11 +360,11 @@ function IssueChatUserMessage() { return ( -
-
+
+
- + You