mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
[accelerator] small align tweak
This commit is contained in:
parent
8badacf123
commit
98e3c7b9cf
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
<td class="item">
|
<td class="item">
|
||||||
Virtual size
|
Virtual size
|
||||||
</td>
|
</td>
|
||||||
<td class="units" [innerHTML]="'‎' + (estimate.txSummary.effectiveVsize | vbytes: 2)"></td>
|
<td style="text-align: end;" [innerHTML]="'‎' + (estimate.txSummary.effectiveVsize | vbytes: 2)"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="info">
|
<tr class="info">
|
||||||
<td class="info" colspan=3>
|
<td class="info" colspan=3>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<td class="item">
|
<td class="item">
|
||||||
In-band fees
|
In-band fees
|
||||||
</td>
|
</td>
|
||||||
<td class="units">
|
<td style="text-align: end;">
|
||||||
{{ estimate.txSummary.effectiveFee | number : '1.0-0' }} <span class="symbol" i18n="shared.sats|sats">sats</span>
|
{{ estimate.txSummary.effectiveFee | number : '1.0-0' }} <span class="symbol" i18n="shared.sats|sats">sats</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue