From 0c9ffd99d82219aa9e990f18b67f3a0965c305b2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 16 Jan 2023 16:34:52 -0600 Subject: More spacing fixes, especially for the repost info --- src/view/com/post/Post.tsx | 2 +- src/view/com/posts/FeedItem.tsx | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index b451250e7..75ed84954 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -160,7 +160,7 @@ export const Post = observer(function Post({ timestamp={item.post.indexedAt} /> {replyHref !== '' && ( - + - - + + Reposted by{' '} {item.reasonRepost.by.displayName || item.reasonRepost.by.handle} @@ -183,7 +186,7 @@ export const FeedItem = observer(function ({ timestamp={item.post.indexedAt} /> {!isChild && replyHref !== '' && ( - +