From c93c36f6e51edb150cb7d27025a9c70c38d120b0 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Thu, 24 Jul 2025 18:39:37 -0700 Subject: feat(ui): force width on suggested profile card --- src/components/FeedInterstitials.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 44f390da5..47bf228db 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}, ]}> -- cgit 1.4.1