mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-25 11:14:02 +02:00
Moved qr down a bit to allow room for jitsi thumb
This commit is contained in:
@@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="copilot.lnurl_toggle == 1"
|
v-if="copilot.lnurl_toggle == 1"
|
||||||
class="rounded-borders fixed-top-left column"
|
class="rounded-borders fixed-right column"
|
||||||
style="width: 300px; z-index: 9999; background-color: white"
|
style="width: 250px; z-index: 9999; background-color: white"
|
||||||
>
|
>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<qrcode
|
<qrcode
|
||||||
:value="copilot.lnurl"
|
:value="copilot.lnurl"
|
||||||
:options="{width:300}"
|
:options="{width:250}"
|
||||||
class="rounded-borders"
|
class="rounded-borders"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
icon: 'chat_bubble_outline',
|
icon: 'chat_bubble_outline',
|
||||||
html: true,
|
html: true,
|
||||||
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
||||||
position: 'top-right',
|
position: 'top-left',
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user