From 763524fc33bd0ac02be3a0f127fc34e32db971de Mon Sep 17 00:00:00 2001 From: hjlarry Date: Sun, 12 Apr 2026 18:05:40 +0800 Subject: [PATCH] fix(web): fine-tune comment marker avatar vertical alignment --- web/app/components/workflow/comment/comment-icon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/workflow/comment/comment-icon.tsx b/web/app/components/workflow/comment/comment-icon.tsx index 77e31cc20e..7f005f3465 100644 --- a/web/app/components/workflow/comment/comment-icon.tsx +++ b/web/app/components/workflow/comment/comment-icon.tsx @@ -222,6 +222,7 @@ export const CommentIcon: FC = memo(({ comment, onClick, isAct users={participants} maxVisible={3} size="sm" + className="-translate-y-[1.5px]" />