Show prettier empty mempool blocks.

This commit is contained in:
softsimon
2020-07-24 12:23:49 +07:00
parent 0f11642418
commit 959e2b55cb
3 changed files with 8 additions and 12 deletions

View File

@@ -27,7 +27,6 @@
<span class="animated-border"></span>
</div>
</ng-template>
<div *ngIf="mempoolBlocks?.length === 0" class="bitcoin-block mempool-block empty-block">Mempool is empty</div>
</div>
<div *ngIf="arrowVisible" id="arrow-up" [ngStyle]="{'right': rightPosition + 75 + 'px', transition: transition }"></div>
</div>