Adjust follow button layout
This commit is contained in:
@@ -132,17 +132,19 @@ export function SuggestedFollows() {
|
|||||||
profile={profile}
|
profile={profile}
|
||||||
moderationOpts={moderationOpts}
|
moderationOpts={moderationOpts}
|
||||||
/>
|
/>
|
||||||
|
<View style={[a.flex_1]} />
|
||||||
|
<ProfileCard.FollowButton
|
||||||
|
profile={profile}
|
||||||
|
logContext="FeedInterstitial"
|
||||||
|
color="secondary_inverted"
|
||||||
|
/>
|
||||||
|
</ProfileCard.Header>
|
||||||
|
<View style={[a.pt_xs]}>
|
||||||
<ProfileCard.NameAndHandle
|
<ProfileCard.NameAndHandle
|
||||||
profile={profile}
|
profile={profile}
|
||||||
moderationOpts={moderationOpts}
|
moderationOpts={moderationOpts}
|
||||||
/>
|
/>
|
||||||
<ProfileCard.FollowButton
|
</View>
|
||||||
profile={profile}
|
|
||||||
logContext="FeedInterstitial"
|
|
||||||
shape={'round'}
|
|
||||||
color="secondary_inverted"
|
|
||||||
/>
|
|
||||||
</ProfileCard.Header>
|
|
||||||
<ProfileCard.Description profile={profile} />
|
<ProfileCard.Description profile={profile} />
|
||||||
</ProfileCard.Outer>
|
</ProfileCard.Outer>
|
||||||
</CardOuter>
|
</CardOuter>
|
||||||
|
|||||||
Reference in New Issue
Block a user