Refine presentation of translation results (#10015)
Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user