Fix anchor follow button alignment (#8522)
This commit is contained in:
@@ -319,6 +319,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
|
||||
live={live}
|
||||
onBeforePress={onOpenAuthor}
|
||||
/>
|
||||
<View style={[a.flex_1, a.align_start]}>
|
||||
<ProfileHoverCard did={post.author.did}>
|
||||
<View style={[a.flex_1]}>
|
||||
<View style={[a.flex_row, a.align_center]}>
|
||||
@@ -370,6 +371,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
|
||||
</View>
|
||||
</View>
|
||||
</ProfileHoverCard>
|
||||
</View>
|
||||
{showFollowButton && (
|
||||
<View>
|
||||
<PostThreadFollowBtn did={post.author.did} />
|
||||
|
||||
Reference in New Issue
Block a user