mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 14:40:47 +01:00
Moved qr down a bit to allow room for jitsi thumb
This commit is contained in:
parent
e198e52756
commit
343049dbe4
1 changed files with 4 additions and 4 deletions
|
@ -15,13 +15,13 @@
|
|||
|
||||
<div
|
||||
v-if="copilot.lnurl_toggle == 1"
|
||||
class="rounded-borders fixed-top-left column"
|
||||
style="width: 300px; z-index: 9999; background-color: white"
|
||||
class="rounded-borders fixed-right column"
|
||||
style="width: 250px; z-index: 9999; background-color: white"
|
||||
>
|
||||
<div class="col">
|
||||
<qrcode
|
||||
:value="copilot.lnurl"
|
||||
:options="{width:300}"
|
||||
:options="{width:250}"
|
||||
class="rounded-borders"
|
||||
></qrcode>
|
||||
</div>
|
||||
|
@ -103,7 +103,7 @@
|
|||
icon: 'chat_bubble_outline',
|
||||
html: true,
|
||||
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
||||
position: 'top-right',
|
||||
position: 'top-left',
|
||||
timeout: 5000
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue