Show prettier empty mempool blocks.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -116,13 +116,3 @@
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.empty-block {
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
background-color: #554b45;
|
||||
right: 40px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user