From 9d77b361fe67c0082452265d293c94e277e29aae Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 25 Aug 2025 19:24:48 +0300 Subject: add content hider padding (#8843) --- src/components/Post/Embed/index.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/components/Post/Embed/index.tsx') diff --git a/src/components/Post/Embed/index.tsx b/src/components/Post/Embed/index.tsx index 9c5444b27..8566c2fe6 100644 --- a/src/components/Post/Embed/index.tsx +++ b/src/components/Post/Embed/index.tsx @@ -87,14 +87,18 @@ function MediaEmbed({ switch (embed.type) { case 'images': { return ( - + ) } case 'link': { return ( - + + ) -- cgit 1.4.1