Block text corrections.

This commit is contained in:
softsimon 2020-07-21 10:26:43 +07:00
parent 62d2fc8113
commit a1b931851a
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
3 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@
~{{ block.medianFee | number:'1.0-0' }} sat/vB
</div>
<div class="fee-span">
{{ block.feeRange[0] | number:'1.0-0' }} - {{ block.feeRange[block.feeRange.length - 1] | number:'1.0-0' }} sat/vB
{{ block.feeRange[1] | number:'1.0-0' }} - {{ block.feeRange[block.feeRange.length - 1] | 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>

View File

@ -44,14 +44,14 @@
.fee-span {
font-size: 11px;
margin-bottom: 4px;
margin-bottom: 5px;
color: #fff000;
}
.transaction-count {
font-size: 10px;
margin-top: 2px;
margin-bottom: 5px;
margin-top: 3px;
margin-bottom: 4px;
}
.block-height {

View File

@ -49,14 +49,14 @@
.fee-span {
font-size: 11px;
margin-bottom: 4px;
margin-bottom: 5px;
color: #fff000;
}
.transaction-count {
font-size: 10px;
margin-top: 2px;
margin-bottom: 5px;
margin-top: 3px;
margin-bottom: 4px;
}
.bitcoin-block::after {