From c761912c115ff4ec1e9d0ae6001f4311af3903c0 Mon Sep 17 00:00:00 2001 From: eti Date: Wed, 29 Jul 2026 19:52:24 +0200 Subject: [PATCH] web/components: centre the comment thread connector on the avatars the connector grew rightward from left-4, so its 2px width put its centre one pixel right of the 32px avatar column it's meant to track. -translate-x-1/2 centres it on that same reference point. Signed-off-by: eti --- web/src/lib/components/comment/CommentCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/comment/CommentCard.svelte b/web/src/lib/components/comment/CommentCard.svelte index a977ae47..48bcc7a5 100644 --- a/web/src/lib/components/comment/CommentCard.svelte +++ b/web/src/lib/components/comment/CommentCard.svelte @@ -135,7 +135,7 @@