UI fixes
This commit is contained in:
parent
67a9d218cd
commit
6d363b0054
@ -1662,6 +1662,9 @@ fieldset legend {
|
||||
#home > * {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
#wallet_section {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
.integrated-action-button .icon:last-of-type {
|
||||
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;
|
||||
}
|
||||
}
|
||||
#wallet_section {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
.integrated-action-button {
|
||||
.icon:last-of-type {
|
||||
margin-left: auto;
|
||||
|
||||
11
index.html
11
index.html
@ -708,14 +708,9 @@
|
||||
</button>
|
||||
<h1>Payment request history</h1>
|
||||
</div>
|
||||
<div id="requests_history_wrapper" class="grid gap-1-5">
|
||||
<div class="grid gap-1">
|
||||
<h4>History</h4>
|
||||
<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>
|
||||
<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>
|
||||
</section>
|
||||
<div id="transaction" class="inner-page grid gap-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user