Make blurred posts not look like ass

This commit is contained in:
Eric Bailey
2025-06-04 19:05:55 -05:00
parent d2e1b2e043
commit 1f07e01c1e
@@ -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>