Make blurred posts not look like ass
This commit is contained in:
@@ -210,6 +210,15 @@ const ThreadReplyInner = memo(function ThreadReplyInner({
|
||||
})}
|
||||
<View style={a.flex_1}>
|
||||
<SubtleHover>
|
||||
<PostHider
|
||||
testID={`postThreadItem-by-${post.author.handle}`}
|
||||
href={postHref}
|
||||
disabled={overrides?.moderation === true}
|
||||
modui={moderation.ui('contentList')}
|
||||
iconSize={42}
|
||||
iconStyles={{marginLeft: 2, marginRight: 2}}
|
||||
profile={post.author}
|
||||
interpretFilterAsBlur>
|
||||
<View
|
||||
style={[
|
||||
{
|
||||
@@ -243,15 +252,6 @@ const ThreadReplyInner = memo(function ThreadReplyInner({
|
||||
]}
|
||||
/>
|
||||
)}
|
||||
<PostHider
|
||||
testID={`postThreadItem-by-${post.author.handle}`}
|
||||
href={postHref}
|
||||
disabled={overrides?.moderation === true}
|
||||
modui={moderation.ui('contentList')}
|
||||
iconSize={42}
|
||||
iconStyles={{marginLeft: 2, marginRight: 2}}
|
||||
profile={post.author}
|
||||
interpretFilterAsBlur>
|
||||
<View style={[a.flex_row, a.gap_md]}>
|
||||
<View style={[a.flex_1]}>
|
||||
<PostMeta
|
||||
@@ -329,8 +329,8 @@ const ThreadReplyInner = memo(function ThreadReplyInner({
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</PostHider>
|
||||
</View>
|
||||
</PostHider>
|
||||
</SubtleHover>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user