mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Hide epoch data from the mining page
This commit is contained in:
parent
aa457e316b
commit
f982f6b4b6
@ -1,6 +1,6 @@
|
||||
<div class="container-xl">
|
||||
|
||||
<app-difficulty [showProgress]=false [showHalving]=true></app-difficulty>
|
||||
<app-difficulty style="display: none;" [showProgress]=false [showHalving]=true></app-difficulty>
|
||||
|
||||
<div style="height: 500px; margin-top: 30px;" echarts [initOpts]="chartInitOptions" [options]="chartOptions"></div>
|
||||
<div class="text-center loadingGraphs" *ngIf="isLoading">
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user