From 5532b7bbe64300eaa6254564dfa0e91dd98e8c09 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 8 Jul 2025 15:17:36 +0300 Subject: [PATCH] add space between content hider --- src/components/Post/Embed/FeedEmbed.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Post/Embed/FeedEmbed.tsx b/src/components/Post/Embed/FeedEmbed.tsx index a56bf0a11c..47d59e3463 100644 --- a/src/components/Post/Embed/FeedEmbed.tsx +++ b/src/components/Post/Embed/FeedEmbed.tsx @@ -44,7 +44,9 @@ export function ModeratedFeedEmbed({ : undefined }, [embed.view, moderationOpts]) return ( - + )