fix(web): fine-tune comment marker avatar vertical alignment

This commit is contained in:
hjlarry 2026-04-12 18:05:40 +08:00
parent 1722c883f3
commit 763524fc33

View File

@ -222,6 +222,7 @@ export const CommentIcon: FC<CommentIconProps> = memo(({ comment, onClick, isAct
users={participants}
maxVisible={3}
size="sm"
className="-translate-y-[1.5px]"
/>
</div>
</div>