Bootstrap version update and progressbar fix.
Yellow fee text is now white.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="block-body">
|
||||
<div class="fees">
|
||||
<span class="yellow-color">~{{ block.medianFee | number:'1.0-0' }} sat/vB</span>
|
||||
~{{ block.medianFee | number:'1.0-0' }} sat/vB
|
||||
</div>
|
||||
<div class="block-size">{{ block.size | bytes: 2 }}</div>
|
||||
<div class="transaction-count">{{ block.tx_count | number }} transactions</div>
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
background-color: #2d3348;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.d-md-block {
|
||||
display: table-cell !important;
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
background-color: #2d3348;
|
||||
}
|
||||
|
||||
.progress-text {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.title-block {
|
||||
color: #FFF;
|
||||
padding-top: 20px;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<a [routerLink]="['/mempool-block/' | relativeUrl, i]" class="blockLink"> </a>
|
||||
<div class="block-body" *ngIf="mempoolBlocks?.length">
|
||||
<div class="fees">
|
||||
<span class="yellow-color">~{{ projectedBlock.medianFee | number:'1.0-0' }} sat/vB</span>
|
||||
~{{ projectedBlock.medianFee | number:'1.0-0' }} sat/vB
|
||||
</div>
|
||||
<div class="block-size">{{ projectedBlock.blockSize | bytes: 2 }}</div>
|
||||
<div class="transaction-count">{{ projectedBlock.nTx | number }} transactions</div>
|
||||
|
||||
Reference in New Issue
Block a user