From 635bc306bc2290eb9e2425ae4ac70e26dae2317a Mon Sep 17 00:00:00 2001 From: AryaArunB Date: Sat, 26 Mar 2022 14:07:07 +0530 Subject: [PATCH] made signin appear on the login page and fixed the padding issue --- res/css/views/auth/_AuthBody.scss | 2 +- src/components/views/auth/PasswordLogin.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/auth/_AuthBody.scss b/res/css/views/auth/_AuthBody.scss index 8c6b6bdff00..289f9c0a520 100644 --- a/res/css/views/auth/_AuthBody.scss +++ b/res/css/views/auth/_AuthBody.scss @@ -114,7 +114,7 @@ limitations under the License. } .mx_AuthBody_paddedFooter { - height: 80px; // height of the submit button + register link + height: 57px; // height of the submit button + register link padding-top: 28px; text-align: center; diff --git a/src/components/views/auth/PasswordLogin.tsx b/src/components/views/auth/PasswordLogin.tsx index 9142358674f..d701532a3db 100644 --- a/src/components/views/auth/PasswordLogin.tsx +++ b/src/components/views/auth/PasswordLogin.tsx @@ -436,7 +436,7 @@ export default class PasswordLogin extends React.PureComponent { ref={field => this[LoginField.Password] = field} /> { forgotPasswordJsx } - { !this.props.busy &&