Merge pull request #6636 from matrix-org/palid/fix/forgot-password-ux

Make ForgotPassword UX slightly more user friendly
This commit is contained in:
Dariusz Niemczyk 2021-09-06 10:55:25 +02:00 committed by GitHub
commit 1e50246a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 3 deletions

View file

@ -96,3 +96,10 @@ div.mx_AccessibleButton_kind_link.mx_Login_forgot {
cursor: not-allowed;
}
}
.mx_Login_spinner {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
padding: 14px;
}