From c758bfc568b48932dbe28a882ca5fa1aa27465da Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Thu, 24 Jul 2025 18:39:37 -0700 Subject: [PATCH] feat(ui): force width on suggested profile card --- src/components/FeedInterstitials.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 44f390da51..47bf228dbe 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -285,6 +285,7 @@ export function ProfileGrid({ t.atoms.border_contrast_low, (hovered || pressed) && t.atoms.border_contrast_high, t.atoms.shadow_sm, + {width: 165}, ]}>