diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-24 18:39:37 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-29 17:37:01 -0700 |
commit | c93c36f6e51edb150cb7d27025a9c70c38d120b0 (patch) | |
tree | acd640e3ed28674d3fa160b147e5034242ec6da8 | |
parent | c6e7816fa73d57468bad5cd0dc4c2ed63fc972e5 (diff) | |
download | voidsky-c93c36f6e51edb150cb7d27025a9c70c38d120b0.tar.zst |
feat(ui): force width on suggested profile card
-rw-r--r-- | src/components/FeedInterstitials.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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}, ]}> <ProfileCard.Outer> <ProfileCard.Header> |