mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Added top margin to modals
This commit is contained in:
parent
7b962ffc4b
commit
c866d0572e
@ -188,7 +188,7 @@
|
||||
</div>
|
||||
|
||||
<q-dialog v-model="receive.show" position="top" @hide="closeReceiveDialog">
|
||||
<q-card class="q-pa-lg" style="width: 500px">
|
||||
<q-card class="q-pa-lg q-mt-xl" style="width: 500px">
|
||||
<q-form v-if="!receive.paymentReq" class="q-gutter-md">
|
||||
<q-input filled dense
|
||||
v-model.number="receive.data.amount"
|
||||
@ -226,7 +226,7 @@
|
||||
</q-dialog>
|
||||
|
||||
<q-dialog v-model="send.show" position="top" @hide="closeSendDialog">
|
||||
<q-card class="q-pa-lg" style="width: 500px">
|
||||
<q-card class="q-pa-lg q-mt-xl" style="width: 500px">
|
||||
<div v-if="!send.invoice">
|
||||
<q-form v-if="!sendCamera.show" class="q-gutter-md">
|
||||
<q-input filled dense
|
||||
|
Loading…
x
Reference in New Issue
Block a user