Merge pull request #4507 from matrix-org/foldleft/13167-spinner-progress

Show progress when loading keys
This commit is contained in:
Zoe 2020-04-30 14:09:47 +01:00 committed by GitHub
commit 3acb952d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 7 deletions

View file

@ -32,3 +32,9 @@ limitations under the License.
padding: 10px;
}
.mx_RestoreKeyBackupDialog_content > div {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 110px; /* Empirically measured */
}