mirror of
https://github.com/mempool/mempool.git
synced 2024-12-27 08:44:26 +01:00
Block text corrections.
This commit is contained in:
parent
62d2fc8113
commit
a1b931851a
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user