1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 02:23:44 +00:00

Fix CryptoFunctionService and implement syncLoading (#1371)

* Fix things and implement syncLoading

* feedback
This commit is contained in:
Kyle Spearrin
2020-08-31 14:21:59 -04:00
committed by GitHub
parent 2542d12b2d
commit b795f0e587
5 changed files with 95 additions and 81 deletions

View File

@@ -368,7 +368,7 @@ content {
}
}
.center-content, .no-items {
.center-content, .no-items, .full-loading-spinner {
display: flex;
justify-content: center;
align-items: center;
@@ -377,7 +377,7 @@ content {
flex-grow: 1;
}
.no-items {
.no-items, .full-loading-spinner {
text-align: center;
.fa {