🪜 style: Center scroll-to-bottom marker in MessageNav (#14238)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions

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.
This commit is contained in:
Danny Avila 2026-07-13 17:41:15 -04:00 committed by GitHub
parent 520af663bc
commit e46805dc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (
<button
type="button"