From 9fdd98d8b430a072efc19698eb8c4be1a63ecfb4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 1 Jul 2025 23:24:03 +0300 Subject: Improve post spacing (#8589) --- src/components/PostControls/index.tsx | 9 ++++++++- src/screens/PostThread/components/ThreadItemTreePost.tsx | 14 +++++--------- src/view/com/posts/PostFeedItem.tsx | 3 +-- 3 files changed, 14 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx index f871cf356..16330a682 100644 --- a/src/components/PostControls/index.tsx +++ b/src/components/PostControls/index.tsx @@ -185,7 +185,14 @@ let PostControls = ({ } return ( - + + {item.ui.showChildReplyLine && ( )} @@ -331,12 +327,12 @@ const ThreadItemTreePostInner = memo(function ThreadItemTreePostInner({ timestamp={post.indexedAt} postHref={postHref} avatarSize={TREE_AVI_WIDTH} - style={[a.pb_2xs]} + style={[a.pb_0]} showAvatar /> - + )} - ) : undefined} + ) : null} {post.embed && ( - + {isReasonFeedSource(reason) ? (