1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Make ForgotPassword UX slightly more user friendly

This commit is contained in:
Dariusz Niemczyk
2021-08-19 09:12:22 +02:00
parent 90a6f251c7
commit b9604d1fb5
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;
}