Minor typo and displaying fixes

This commit is contained in:
natsoni 2024-03-04 20:45:45 +01:00
parent 847b90f167
commit 198939da81
No known key found for this signature in database
GPG key ID: C65917583181743B
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<h5 class="card-title"><ng-container i18n="liquid.total-expired">Total Expired</ng-container>&nbsp;<fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="font-size: 13px; color: #4a68b9"></fa-icon></h5>
</a>
<div *ngIf="(stats$ | async) as expiredStats; else loadingData" class="card-text">
<div class="fee-text" i18n-ngbTooltip="liquid.expired-utxos" ngbTooltip="Total amount of BTC held Federation UTXOs that have expired timelocks" placement="top">{{ (+expiredStats.all.total) / 100000000 | number: '1.5-5' }} <span style="color: #b86d12;">BTC</span></div>
<div class="fee-text" i18n-ngbTooltip="liquid.expired-utxos" ngbTooltip="Total amount of BTC held in Federation UTXOs that have expired timelocks" placement="top">{{ (+expiredStats.all.total) / 100000000 | number: '1.5-5' }} <span style="color: #b86d12;">BTC</span></div>
<div class="fiat">{{ expiredStats.all.count }} <span i18n="shared.utxos">UTXOs</span></div>
</div>
</div>

View file

@ -12,7 +12,7 @@ ul {
}
}
@media (max-width: 434px) {
@media (max-width: 436px) {
.nav-link {
padding: 0.8rem 0.8rem;
font-size: 0.8rem;