Bug fixes

This commit is contained in:
sairaj mote 2023-04-16 01:05:42 +05:30
parent 382b3273d2
commit bf6e3dc8a0
4 changed files with 6 additions and 4 deletions

View File

@ -1102,12 +1102,12 @@ theme-toggle {
}
.info-row {
flex-direction: row;
align-items: center;
gap: 0.5rem;
}
.info-row h5 {
min-width: 11rem;
margin-bottom: 0;
margin-top: 0.2rem !important;
}
}
@media only screen and (min-width: 1280px) {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1011,11 +1011,11 @@ theme-toggle {
}
.info-row {
flex-direction: row;
align-items: center;
gap: 0.5rem;
h5 {
min-width: 11rem;
margin-bottom: 0;
margin-top: 0.2rem !important;
}
}
}

View File

@ -877,7 +877,9 @@
${payeeAddress ? html`
<div class="flex info-row">
<h5 class="label">Payee Address</h5>
<h4>${payeeAddress}</h4>
${Object.keys(payeeAddress).map(address => html`
<a href=${`#/address/${address}`} class="address wrap-around">${address}</a>
`)}
</div>
`: ''}
${minAmount ? html`