From: Dessalines Date: Fri, 20 Mar 2020 00:56:21 +0000 (-0400) Subject: Adding score spacing, hiding user tags on thin screen. X-Git-Url: http://these/git/?a=commitdiff_plain;h=b3066db08b2c71b882f03228fd280a236c19eeef;p=lemmy.git Adding score spacing, hiding user tags on thin screen. --- diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 8809c5b7..d5d872f5 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -166,17 +166,17 @@ export class CommentNode extends Component { {this.isMod && ( -
  • +
  • {i18n.t('mod')}
  • )} {this.isAdmin && ( -
  • +
  • {i18n.t('admin')}
  • )} {this.isPostCreator && ( -
  • +
  • {i18n.t('creator')}
  • )} @@ -209,8 +209,7 @@ export class CommentNode extends Component { )} -
  • •
  • -
  • +