UI enhancement
This commit is contained in:
parent
c7e809ed47
commit
40230fa3d8
@ -874,6 +874,8 @@ ol li::before {
|
|||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto 1fr;
|
||||||
gap: 0.5rem 1rem;
|
gap: 0.5rem 1rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
content-visibility: auto;
|
||||||
|
contain-intrinsic-height: 8rem;
|
||||||
}
|
}
|
||||||
.transaction:not(:last-of-type) {
|
.transaction:not(:last-of-type) {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -809,6 +809,8 @@ ol {
|
|||||||
grid-template-columns: auto 1fr;
|
grid-template-columns: auto 1fr;
|
||||||
gap: 0.5rem 1rem;
|
gap: 0.5rem 1rem;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
content-visibility: auto;
|
||||||
|
contain-intrinsic-height: 8rem;
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -111,7 +111,7 @@
|
|||||||
<output id="address_balance" class="amount-shown"></output>
|
<output id="address_balance" class="amount-shown"></output>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex align-center space-between margin-bottom-1 sticky top-0"
|
<div class="flex align-center space-between margin-bottom-1 sticky top-0"
|
||||||
style="background-color: rgba(var(--foreground-color), 1);">
|
style="background-color: rgba(var(--foreground-color), 1); z-index: 2">
|
||||||
<h5>Transactions</h5>
|
<h5>Transactions</h5>
|
||||||
<sm-chips id="filter_selector">
|
<sm-chips id="filter_selector">
|
||||||
<sm-chip value="all" selected>All</sm-chip>
|
<sm-chip value="all" selected>All</sm-chip>
|
||||||
@ -1930,6 +1930,7 @@
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
}
|
}
|
||||||
|
console.log(inputs)
|
||||||
renderElem(getRef('increase_fee_popup_content'), html`
|
renderElem(getRef('increase_fee_popup_content'), html`
|
||||||
<sm-form style="--gap: 2rem">
|
<sm-form style="--gap: 2rem">
|
||||||
<div class="grid gap-0-5">
|
<div class="grid gap-0-5">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user