From 521a764d4f896518af7f668e2d196b720461ec13 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 12 Feb 2025 19:17:58 +0000 Subject: fix quote & feed padding not being pressable (#7694) --- src/view/com/util/post-embeds/QuoteEmbed.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/view/com/util/post-embeds/QuoteEmbed.tsx') diff --git a/src/view/com/util/post-embeds/QuoteEmbed.tsx b/src/view/com/util/post-embeds/QuoteEmbed.tsx index cb549f7cd..7b9bd20bf 100644 --- a/src/view/com/util/post-embeds/QuoteEmbed.tsx +++ b/src/view/com/util/post-embeds/QuoteEmbed.tsx @@ -221,16 +221,15 @@ export function QuoteEmbed({ modui={moderation?.ui('contentList')} style={[ a.rounded_md, - a.p_md, a.mt_sm, a.border, t.atoms.border_contrast_low, style, - ]} - childContainerStyle={[a.pt_sm]}> + ]}> -- cgit 1.4.1