diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx index f871cf3564..16330a6826 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) ? (