From 7dd260fa98f81db149d39293b368f3b97cd22f0e Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Mon, 6 Apr 2026 09:23:02 -0400 Subject: [PATCH] padding for non-text carousel --- src/view/com/post/Post.tsx | 12 +++++++----- src/view/com/posts/PostFeedItem.tsx | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index ac1e36cab9..5b3cbc8e58 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -225,11 +225,13 @@ function PostInner({ ) : undefined} {post.embed ? ( - + + + ) : null} } {postEmbed ? ( - +