mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

fix text clipping around external embed's domain (#6012)

authored by benharri.org and committed by

GitHub 5c5fc323 2398b84d

+2 -2
+1 -1
src/screens/Profile/Header/Handle.tsx
··· 47 47 a.rounded_xs, 48 48 {borderColor: t.palette.contrast_200}, 49 49 ] 50 - : [a.text_md, a.leading_tight, t.atoms.text_contrast_medium], 50 + : [a.text_md, a.leading_snug, t.atoms.text_contrast_medium], 51 51 web({wordBreak: 'break-all'}), 52 52 ]}> 53 53 {invalidHandle ? _(msg`⚠Invalid Handle`) : `@${profile.handle}`}
+1 -1
src/view/com/util/post-embeds/ExternalLinkEmbed.tsx
··· 156 156 style={[ 157 157 a.transition_color, 158 158 a.text_xs, 159 - a.leading_tight, 159 + a.leading_snug, 160 160 hovered 161 161 ? t.atoms.text_contrast_high 162 162 : t.atoms.text_contrast_medium,