Refine presentation of translation results (#10015)

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
DS Boyce
2026-03-06 13:36:58 -08:00
committed by GitHub
parent 041e348581
commit f8886fbfe6
2 changed files with 94 additions and 57 deletions
@@ -407,7 +407,11 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
shouldProxyLinks={true}
/>
) : undefined}
<TranslatedPost post={post} postText={record.text} />
<TranslatedPost
post={post}
postText={record.text}
postTextStyle={[a.text_lg]}
/>
{post.embed && (
<View style={[a.py_xs]}>
<Embed