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
2 changed files with 31 additions and 3 deletions
+7
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;
}