diff options
-rw-r--r-- | src/components/FeedInterstitials.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 28c4cbba6..b54c6622c 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -35,7 +35,7 @@ import {Text} from '#/components/Typography' import type * as bsky from '#/types/bsky' import {ProgressGuideList} from './ProgressGuide/List' -const MOBILE_CARD_WIDTH = 300 +const MOBILE_CARD_WIDTH = 165 function CardOuter({ children, @@ -285,7 +285,6 @@ export function ProfileGrid({ t.atoms.border_contrast_low, (hovered || pressed) && t.atoms.border_contrast_high, t.atoms.shadow_sm, - {width: 165}, ]}> <ProfileCard.Outer> <View style={[a.flex_col, a.align_center, a.gap_sm, a.pb_sm]}> |