add mempool logo to wallet widget
This commit is contained in:
parent
96a17f09a5
commit
a7ce7121ee
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user