From 4db3ccbec7bbe9659911ce09db23320d3f0ab2eb Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 1 Apr 2025 11:33:31 -0500 Subject: [PATCH] Fix suggested follows scrolling (#8036) --- src/components/FeedInterstitials.tsx | 54 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index eafed25e50..6ecc3f5a87 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -360,35 +360,37 @@ export function ProfileGrid({ ) : ( - - - {content} + + + + {content} - - - + + + + + )}