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}>
|
<View style={a.flex_1}>
|
||||||
<SubtleHover>
|
<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
|
<View
|
||||||
style={[
|
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_row, a.gap_md]}>
|
||||||
<View style={[a.flex_1]}>
|
<View style={[a.flex_1]}>
|
||||||
<PostMeta
|
<PostMeta
|
||||||
@@ -329,8 +329,8 @@ const ThreadReplyInner = memo(function ThreadReplyInner({
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</PostHider>
|
|
||||||
</View>
|
</View>
|
||||||
|
</PostHider>
|
||||||
</SubtleHover>
|
</SubtleHover>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user