From: SleeplessOne1917 Date: Sun, 25 Jun 2023 17:28:00 +0000 (-0400) Subject: Use spae instead of margin X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=6a69d6b06385b932d4f8a0a8b67de6ad3d4bedae;p=lemmy-ui.git Use spae instead of margin --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 20be5b2..e43590e 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -741,9 +741,12 @@ export class PostListing extends Component { {post_view.counts.comments} {this.unreadCount && ( - - ({this.unreadCount} {I18NextService.i18n.t("new")}) - + <> + {" "} + + ({this.unreadCount} {I18NextService.i18n.t("new")}) + + )} );