]> Untitled Git - lemmy-ui.git/commitdiff
always show badge on mobile
authorAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 27 Jun 2023 15:42:00 +0000 (11:42 -0400)
committerAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 27 Jun 2023 15:42:00 +0000 (11:42 -0400)
src/shared/components/comment/comment-node.tsx

index 4c0e8b6703f1639b4edf2af611711834865cf279..0fe43e264fec75656ff7786b829f58fc0f933aa5 100644 (file)
@@ -316,7 +316,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
               )}
               {this.isPostCreator && (
                 <div
-                  className="badge text-info text-bg-light d-none d-sm-inline me-2"
+                  className="badge text-info text-bg-light d-sm-inline me-2"
                   aria-label={I18NextService.i18n.t("creator")}
                   data-tippy-content={I18NextService.i18n.t("creator")}
                 >