From f290ca85e358ebb44f4e68e6127dab0f08314f0e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 8 May 2023 10:39:25 -0500 Subject: [PATCH] Thread: scroll up a little more on focus so the thread connector is visible --- app/soapbox/features/status/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index 64eb9404f..6628db23b 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -404,7 +404,7 @@ const Thread: React.FC = (props) => { useEffect(() => { scroller.current?.scrollToIndex({ index: ancestorsIds.size, - offset: -140, + offset: -146, }); setImmediate(() => statusRef.current?.querySelector('.detailed-actualStatus')?.focus());