Bluesky app fork with some witchin' additions 💫

add 2px margin below post text (#9748)

authored by samuel.fm and committed by

GitHub 9689a6da 45735144

+7 -7
+2 -2
src/screens/PostThread/components/ThreadItemPost.tsx
··· 303 303 additionalCauses={additionalPostAlerts} 304 304 /> 305 305 {richText?.text ? ( 306 - <> 306 + <View style={[a.mb_2xs]}> 307 307 <RichText 308 308 enableTags 309 309 value={richText} ··· 318 318 onPress={onPressShowMore} 319 319 /> 320 320 )} 321 - </> 321 + </View> 322 322 ) : undefined} 323 323 {post.embed && ( 324 324 <View style={[a.pb_xs]}>
+2 -2
src/screens/PostThread/components/ThreadItemTreePost.tsx
··· 343 343 additionalCauses={additionalPostAlerts} 344 344 /> 345 345 {richText?.text ? ( 346 - <> 346 + <View style={[a.mb_2xs]}> 347 347 <RichText 348 348 enableTags 349 349 value={richText} ··· 358 358 onPress={onPressShowMore} 359 359 /> 360 360 )} 361 - </> 361 + </View> 362 362 ) : null} 363 363 {post.embed && ( 364 364 <View style={[a.pb_xs]}>
+1 -1
src/view/com/post/Post.tsx
··· 199 199 style={[a.pb_xs]} 200 200 /> 201 201 {richText.text ? ( 202 - <View> 202 + <View style={[a.mb_2xs]}> 203 203 <RichText 204 204 enableTags 205 205 testID="postText"
+2 -2
src/view/com/posts/PostFeedItem.tsx
··· 466 466 additionalCauses={additionalPostAlerts} 467 467 /> 468 468 {richText.text ? ( 469 - <> 469 + <View style={[a.mb_2xs]}> 470 470 <RichText 471 471 enableTags 472 472 testID="postText" ··· 479 479 {limitLines && ( 480 480 <ShowMoreTextButton style={[a.text_md]} onPress={onPressShowMore} /> 481 481 )} 482 - </> 482 + </View> 483 483 ) : undefined} 484 484 {postEmbed ? ( 485 485 <View style={[a.pb_xs]}>