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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user