UI fixes
This commit is contained in:
parent
67a9d218cd
commit
6d363b0054
@ -1662,6 +1662,9 @@ fieldset legend {
|
|||||||
#home > * {
|
#home > * {
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
#wallet_section {
|
||||||
|
padding-bottom: 1.5rem;
|
||||||
|
}
|
||||||
.integrated-action-button .icon:last-of-type {
|
.integrated-action-button .icon:last-of-type {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1547,6 +1547,9 @@ fieldset {
|
|||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#wallet_section {
|
||||||
|
padding-bottom: 1.5rem;
|
||||||
|
}
|
||||||
.integrated-action-button {
|
.integrated-action-button {
|
||||||
.icon:last-of-type {
|
.icon:last-of-type {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|||||||
11
index.html
11
index.html
@ -708,14 +708,9 @@
|
|||||||
</button>
|
</button>
|
||||||
<h1>Payment request history</h1>
|
<h1>Payment request history</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="requests_history_wrapper" class="grid gap-1-5">
|
<ul id="payment_request_history" class="observe-empty-state grid gap-0-5"></ul>
|
||||||
<div class="grid gap-1">
|
<div class=" empty-state gap-1 justify-center text-center">
|
||||||
<h4>History</h4>
|
<p>No requests</p>
|
||||||
<ul id="payment_request_history" class="observe-empty-state grid gap-0-5"></ul>
|
|
||||||
<div class=" empty-state gap-1 justify-center text-center">
|
|
||||||
<p>No requests</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<div id="transaction" class="inner-page grid gap-2">
|
<div id="transaction" class="inner-page grid gap-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user