scrolling works
This commit is contained in:
parent
bc35741a8a
commit
00e8255e0b
2 changed files with 283 additions and 280 deletions
|
|
@ -99,5 +99,6 @@ LNTIPS_API_KEY=LNTIPS_ADMIN_KEY
|
||||||
LNTIPS_API_ENDPOINT=https://ln.tips
|
LNTIPS_API_ENDPOINT=https://ln.tips
|
||||||
|
|
||||||
# Cashu Mint
|
# Cashu Mint
|
||||||
# Use a long-enough random (!) private key
|
# Use a long-enough random (!) private key.
|
||||||
|
# Once set, you cannot change this key as for now.
|
||||||
CASHU_PRIVATE_KEY="SuperSecretPrivateKey"
|
CASHU_PRIVATE_KEY="SuperSecretPrivateKey"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ page_container %}
|
||||||
<q-page>
|
<q-page>
|
||||||
<div class="row q-col-gutter-md justify-center q-pt-lg">
|
<div class="row q-col-gutter-md justify-center q-pt-lg">
|
||||||
<div class="col-12 col-sm-8 col-md-9 col-lg-7 text-center q-gutter-y-md">
|
<div class="col-12 col-sm-8 col-md-9 col-lg-7 text-center q-gutter-y-md">
|
||||||
<q-scroll-area :style="'height: ' + height + 'px; max-width: 1024px'">
|
|
||||||
<q-card class="q-mb-sm">
|
<q-card class="q-mb-sm">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="gt-sm">
|
<div class="gt-sm">
|
||||||
|
|
@ -282,7 +281,11 @@ page_container %}
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
<div class="q-pa-sd q-py-md" align="center">
|
<div
|
||||||
|
class="q-pa-sd q-pt-md q-mb-xl"
|
||||||
|
style="margin-bottom: 5rem"
|
||||||
|
align="center"
|
||||||
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
class="q-mx-sm"
|
class="q-mx-sm"
|
||||||
size="10px"
|
size="10px"
|
||||||
|
|
@ -303,7 +306,6 @@ page_container %}
|
||||||
>Backup<q-tooltip>Download wallet backup</q-tooltip></q-btn
|
>Backup<q-tooltip>Download wallet backup</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</q-scroll-area>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-tabs
|
<q-tabs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue