Fix anchor follow button alignment (#8522)
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user