Bug fixes
This commit is contained in:
parent
382b3273d2
commit
bf6e3dc8a0
@ -1102,12 +1102,12 @@ theme-toggle {
|
|||||||
}
|
}
|
||||||
.info-row {
|
.info-row {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
.info-row h5 {
|
.info-row h5 {
|
||||||
min-width: 11rem;
|
min-width: 11rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-top: 0.2rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 1280px) {
|
@media only screen and (min-width: 1280px) {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1011,11 +1011,11 @@ theme-toggle {
|
|||||||
}
|
}
|
||||||
.info-row {
|
.info-row {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
h5 {
|
h5 {
|
||||||
min-width: 11rem;
|
min-width: 11rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-top: 0.2rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -877,7 +877,9 @@
|
|||||||
${payeeAddress ? html`
|
${payeeAddress ? html`
|
||||||
<div class="flex info-row">
|
<div class="flex info-row">
|
||||||
<h5 class="label">Payee Address</h5>
|
<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>
|
</div>
|
||||||
`: ''}
|
`: ''}
|
||||||
${minAmount ? html`
|
${minAmount ? html`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user