From 0da5fb96232dd721d15e2a0256df6f2e68fd448d Mon Sep 17 00:00:00 2001 From: Nutomic Date: Thu, 27 Jan 2022 18:44:08 +0000 Subject: [PATCH] Move lemmy.ml signup message to top of registration page (#554) * Move lemmy.ml signup message to top of registration page * Fix warning css class, fix message padding --- .../components/comment/comment-form.tsx | 2 +- src/shared/components/home/signup.tsx | 22 +++++++++++-------- src/shared/env.ts | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/shared/components/comment/comment-form.tsx b/src/shared/components/comment/comment-form.tsx index 515e3d9..58cabeb 100644 --- a/src/shared/components/comment/comment-form.tsx +++ b/src/shared/components/comment/comment-form.tsx @@ -85,7 +85,7 @@ export class CommentForm extends Component { placeholder={i18n.t("comment_here")} /> ) : ( -