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