]> Untitled Git - lemmy-ui.git/commitdiff
Add margin to new comment text
authorSleeplessOne1917 <abias1122@gmail.com>
Sun, 25 Jun 2023 16:09:53 +0000 (12:09 -0400)
committerSleeplessOne1917 <abias1122@gmail.com>
Sun, 25 Jun 2023 16:09:53 +0000 (12:09 -0400)
src/shared/components/post/post-listing.tsx

index 092e253e80bfe52f8b757b8077e6abfca08841fa..20be5b234032dd09c27bfce7b8768a57bc67d94d 100644 (file)
@@ -741,7 +741,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
         <Icon icon="message-square" classes="me-1" inline />
         {post_view.counts.comments}
         {this.unreadCount && (
-          <span className="text-muted fst-italic">
+          <span className="text-muted fst-italic ms-1">
             ({this.unreadCount} {I18NextService.i18n.t("new")})
           </span>
         )}