From e46805dc42ca1eabdc474a0bb09a30289d7b3a91 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 13 Jul 2026 17:41:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9C=20style:=20Center=20scroll-to-bott?= =?UTF-8?q?om=20marker=20in=20MessageNav=20(#14238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduce the end-marker right margin to mr-[4.5px] so the scroll-to-bottom dot re-centers on the narrowed rib column and aligns with the chevrons. --- client/src/components/Chat/Messages/MessageNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Chat/Messages/MessageNav.tsx b/client/src/components/Chat/Messages/MessageNav.tsx index 08c98839f1..b25caf868e 100644 --- a/client/src/components/Chat/Messages/MessageNav.tsx +++ b/client/src/components/Chat/Messages/MessageNav.tsx @@ -150,7 +150,7 @@ const MessageIndicator = memo(function MessageIndicator({ label: string; onSelect: (id: string) => void; }) { - const baseSize = entry.isEnd ? 'mr-1.5 h-[3px] w-[3px]' : 'h-[3px] w-3'; + const baseSize = entry.isEnd ? 'mr-[4.5px] h-[3px] w-[3px]' : 'h-[3px] w-3'; return (