Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

truncate if extending one line acct switcher (#4310)

authored by

Hailey and committed by
GitHub
16f295ca f05aebf7

+3 -3
+3 -3
src/view/screens/Settings/index.tsx
··· 103 103 /> 104 104 </View> 105 105 <View style={[s.flex1]}> 106 - <Text type="md-bold" style={pal.text}> 106 + <Text type="md-bold" style={pal.text} numberOfLines={1}> 107 107 {profile?.displayName || account.handle} 108 108 </Text> 109 - <Text type="sm" style={pal.textLight}> 109 + <Text type="sm" style={pal.textLight} numberOfLines={1}> 110 110 {account.handle} 111 111 </Text> 112 112 </View> ··· 381 381 {!currentAccount.emailConfirmed && <EmailConfirmationNotice />} 382 382 383 383 <View style={[s.flexRow, styles.heading]}> 384 - <Text type="xl-bold" style={pal.text}> 384 + <Text type="xl-bold" style={pal.text} numberOfLines={1}> 385 385 <Trans>Signed in as</Trans> 386 386 </Text> 387 387 <View style={s.flex1} />