Add skeleton in the mining dashboard page

This commit is contained in:
nymkappa
2022-03-07 19:54:17 +01:00
parent f6a73aa91c
commit 4d04abdf17
7 changed files with 122 additions and 91 deletions

View File

@@ -15,7 +15,7 @@ import { selectPowerOfTen } from 'src/app/bitcoin.utils';
styles: [`
.loadingGraphs {
position: absolute;
top: 38%;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
}