Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #8763 from internet-development/caidan/app-1364-fix-suggested-follows-small-web-view

authored by

jim and committed by
GitHub
9eba5671 f4724e37

+6 -6
+6 -6
src/components/FeedInterstitials.tsx
··· 378 378 style={[a.border_t, t.atoms.border_contrast_low, t.atoms.bg_contrast_25]}> 379 379 <View 380 380 style={[ 381 - a.p_lg, 382 - a.py_md, 381 + a.px_lg, 382 + a.pt_md, 383 383 a.flex_row, 384 384 a.align_center, 385 385 a.justify_between, ··· 399 399 </View> 400 400 401 401 {gtMobile ? ( 402 - <View style={[a.px_lg, a.pb_lg]}> 402 + <View style={[a.p_lg, a.pt_md]}> 403 403 <View style={[a.flex_1, a.flex_row, a.flex_wrap, a.gap_md]}> 404 404 {content} 405 405 </View> ··· 411 411 horizontal 412 412 showsHorizontalScrollIndicator={false} 413 413 snapToInterval={MOBILE_CARD_WIDTH + a.gap_md.gap} 414 - decelerationRate="fast" 415 - style={[a.overflow_visible]}> 416 - <View style={[a.px_lg, a.pb_lg, a.flex_row, a.gap_md]}> 414 + decelerationRate="fast"> 415 + <View style={[a.p_lg, a.pt_md, a.flex_row, a.gap_md]}> 417 416 {content} 418 417 419 418 <SeeMoreSuggestedProfilesCard /> ··· 434 433 return ( 435 434 <Button 436 435 label={_(msg`Browse more accounts on the Explore page`)} 436 + style={[a.flex_col]} 437 437 onPress={() => { 438 438 navigation.navigate('SearchTab') 439 439 }}>