From: SleeplessOne1917 Date: Sun, 25 Jun 2023 16:09:53 +0000 (-0400) Subject: Add margin to new comment text X-Git-Url: http://these/git/%7B%27/docs/static/%24%7Bargs.thread.url%7D?a=commitdiff_plain;h=d8963d9bfe34a6dbd630cbf2b4e9dc0d41993ce9;p=lemmy-ui.git Add margin to new comment text --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 092e253..20be5b2 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -741,7 +741,7 @@ export class PostListing extends Component { {post_view.counts.comments} {this.unreadCount && ( - + ({this.unreadCount} {I18NextService.i18n.t("new")}) )}