Hide epoch data from the mining page

This commit is contained in:
nymkappa
2022-01-20 23:54:42 +09:00
parent a8e5f44937
commit fea0b94b67
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import { MiningService, MiningStats } from '../../services/mining.service';
styles: [`
.loadingGraphs {
position: absolute;
top: 52%;
top: 50%;
left: calc(50% - 16px);
z-index: 100;
}