diff options
-rw-r--r-- | src/components/FeedInterstitials.tsx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 48965ffb7..6cb10a523 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -256,7 +256,11 @@ export function ProfileGrid({ key={i} style={[ gtMobile && - web([a.flex_0, {width: `calc(50% - ${a.gap_md.gap / 2}px)`}]), + web([ + a.flex_0, + a.flex_grow, + {width: `calc(30% - ${a.gap_md.gap / 2}px)`}, + ]), ]}> <SuggestedFollowPlaceholder /> </View> |