fix(ui): follow button should always be pushed to the bottom on the profile card
This commit is contained in:
committed by
Austin McKinley
parent
f300b0525c
commit
66d7df1256
@@ -287,7 +287,14 @@ export function ProfileGrid({
|
||||
t.atoms.shadow_sm,
|
||||
]}>
|
||||
<ProfileCard.Outer>
|
||||
<View style={[a.flex_col, a.align_center, a.gap_sm, a.pb_sm]}>
|
||||
<View
|
||||
style={[
|
||||
a.flex_col,
|
||||
a.align_center,
|
||||
a.gap_sm,
|
||||
a.pb_sm,
|
||||
a.mb_auto,
|
||||
]}>
|
||||
<ProfileCard.Avatar
|
||||
profile={profile}
|
||||
moderationOpts={moderationOpts}
|
||||
|
||||
Reference in New Issue
Block a user