diff options
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 3 | ||||
-rw-r--r-- | src/view/com/posts/FeedItem.tsx | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index 99fbda6d2..5451a67dd 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -316,6 +316,7 @@ let PostThreadItemLoaded = ({ childContainerStyle={styles.contentHiderChild}> <PostAlerts modui={moderation.ui('contentView')} + size="large" includeMute style={[a.pt_2xs, a.pb_sm]} /> @@ -517,7 +518,7 @@ let PostThreadItemLoaded = ({ <LabelsOnMyPost post={post} /> <PostAlerts modui={moderation.ui('contentList')} - style={[a.pt_xs, a.pb_sm]} + style={[a.pt_2xs, a.pb_2xs]} /> {richText?.text ? ( <View style={styles.postTextContainer}> diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx index 1a5f954e3..70f63427d 100644 --- a/src/view/com/posts/FeedItem.tsx +++ b/src/view/com/posts/FeedItem.tsx @@ -368,7 +368,7 @@ let PostContent = ({ modui={moderation.ui('contentList')} ignoreMute childContainerStyle={styles.contentHiderChild}> - <PostAlerts modui={moderation.ui('contentList')} style={[a.pb_xs]} /> + <PostAlerts modui={moderation.ui('contentList')} style={[a.py_2xs]} /> {richText.text ? ( <View style={styles.postTextContainer}> <RichText |