diff options
Diffstat (limited to 'src/components/FeedInterstitials.tsx')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index b54c6622c..7cc3a92d9 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -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} |