Bluesky app fork with some witchin' additions 💫

fix suggested follow card size (#9638)

authored by samuel.fm and committed by

GitHub 4b6fbcc0 55806f10

+3 -1
+3 -1
src/components/FeedInterstitials.tsx
··· 56 56 const {gtMobile} = useBreakpoints() 57 57 return ( 58 58 <View 59 + testID="CardOuter" 59 60 style={[ 60 61 a.flex_1, 61 62 a.w_full, ··· 575 576 suggestedDid: profile.did, 576 577 category: null, 577 578 }) 578 - }}> 579 + }} 580 + style={[a.flex_1]}> 579 581 {({hovered, pressed}) => ( 580 582 <CardOuter 581 583 style={[