Fix anchor follow button alignment (#8522)

This commit is contained in:
Eric Bailey
2025-06-18 11:24:27 -05:00
committed by GitHub
parent f83335f110
commit 32ba17a4f1
@@ -319,6 +319,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
live={live} live={live}
onBeforePress={onOpenAuthor} onBeforePress={onOpenAuthor}
/> />
<View style={[a.flex_1, a.align_start]}>
<ProfileHoverCard did={post.author.did}> <ProfileHoverCard did={post.author.did}>
<View style={[a.flex_1]}> <View style={[a.flex_1]}>
<View style={[a.flex_row, a.align_center]}> <View style={[a.flex_row, a.align_center]}>
@@ -370,6 +371,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
</View> </View>
</View> </View>
</ProfileHoverCard> </ProfileHoverCard>
</View>
{showFollowButton && ( {showFollowButton && (
<View> <View>
<PostThreadFollowBtn did={post.author.did} /> <PostThreadFollowBtn did={post.author.did} />