add mempool logo to wallet widget

This commit is contained in:
Mononaut 2024-02-16 02:50:16 +00:00
parent 96a17f09a5
commit a7ce7121ee
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<div class="frame {{ screenSize }}" [class.liquid-address]="network === 'liquid' || network === 'liquidtestnet'">
<h3 i18n="addresses.balance">Balances</h3>
<div class="heading">
<h3 i18n="addresses.balance">Balances</h3>
<app-svg-images name="officialMempoolSpace" style="width: 144px; height: 36px" width="500" height="126" viewBox="0 0 500 126"></app-svg-images>
</div>
<table class="table table-borderless table-striped table-fixed">
<tr>
<th class="address" i18n="addresses.total">Total</th>

View File

@ -5,6 +5,13 @@
height: calc(100% + 60px);
}
.heading {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: start;
}
.pagination {
position: absolute;
bottom: 0.5rem;