Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Disallow some font scaling

+7
+7
src/components/dialogs/nuxs/TenMillion/index.tsx
··· 358 358 }, 359 359 ]}> 360 360 <Text 361 + allowFontScaling={false} 361 362 style={[ 362 363 a.text_md, 363 364 a.font_bold, ··· 372 373 </Text> 373 374 <View style={[a.flex_row, a.align_start]}> 374 375 <Text 376 + allowFontScaling={false} 375 377 style={[ 376 378 a.absolute, 377 379 { ··· 391 393 # 392 394 </Text> 393 395 <Text 396 + allowFontScaling={false} 394 397 style={[ 395 398 a.relative, 396 399 a.text_center, ··· 450 453 */} 451 454 <View style={[a.gap_2xs, a.flex_1]}> 452 455 <Text 456 + allowFontScaling={false} 453 457 style={[ 454 458 a.flex_1, 455 459 a.text_sm, ··· 466 470 <View 467 471 style={[a.flex_row, a.justify_between, a.gap_4xl]}> 468 472 <Text 473 + allowFontScaling={false} 469 474 numberOfLines={1} 470 475 style={[ 471 476 a.flex_1, ··· 479 484 480 485 {profile.createdAt && ( 481 486 <Text 487 + allowFontScaling={false} 482 488 numberOfLines={1} 483 489 ellipsizeMode="head" 484 490 style={[ ··· 582 588 583 589 <View style={[gtMobile ? a.p_2xl : a.p_xl]}> 584 590 <Text 591 + allowFontScaling={false} 585 592 style={[ 586 593 a.text_5xl, 587 594 a.leading_tight,