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