From 32ba17a4f1dab9c6f4120a12ed8baa7fc7d01779 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 18 Jun 2025 11:24:27 -0500 Subject: Fix anchor follow button alignment (#8522) --- .../PostThread/components/ThreadItemAnchor.tsx | 92 +++++++++++----------- 1 file changed, 47 insertions(+), 45 deletions(-) (limited to 'src/screens/PostThread/components/ThreadItemAnchor.tsx') diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx index 907fb9a7b..05088cb48 100644 --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -319,57 +319,59 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({ live={live} onBeforePress={onOpenAuthor} /> - - - - - - {sanitizeDisplayName( + + + + + - - - - + onPress={onOpenAuthor}> + + {sanitizeDisplayName( + post.author.displayName || + sanitizeHandle(post.author.handle), + moderation.ui('displayName'), + )} + + + + + + + + + + + {sanitizeHandle(post.author.handle, '@')} + + - - - - {sanitizeHandle(post.author.handle, '@')} - - - - - + + {showFollowButton && ( -- cgit 1.4.1