From: Jay Sitter Date: Sun, 25 Jun 2023 05:11:27 +0000 (-0400) Subject: fix: Fix some Bootstrap 5 font classes X-Git-Url: http://these/git/?a=commitdiff_plain;h=88811f9ecb2b7405926351cb16e55610ee9eae41;p=lemmy-ui.git fix: Fix some Bootstrap 5 font classes --- diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 324cf1a..394de6e 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -360,7 +360,7 @@ export class CommentNode extends Component { {showScores() && ( <> { } /> )} -
+
{this.props.showContext && this.linkBtn()} {this.props.markable && ( )} {community.removed && ( - + {I18NextService.i18n.t("removed")} )} {community.deleted && ( - + {I18NextService.i18n.t("deleted")} )} {community.nsfw && ( - + {I18NextService.i18n.t("nsfw")} )} @@ -309,7 +309,7 @@ export class Sidebar extends Component { const community_view = this.props.community_view; return ( <> -