Changed size lnurl

This commit is contained in:
Ben Arc 2021-04-20 19:01:06 +01:00
parent 7bfbb16f48
commit e198e52756

View file

@ -15,13 +15,13 @@
<div <div
v-if="copilot.lnurl_toggle == 1" v-if="copilot.lnurl_toggle == 1"
class="rounded-borders fixed-top-right column" class="rounded-borders fixed-top-left column"
style="width: 350px; z-index: 9999; background-color: white" style="width: 300px; z-index: 9999; background-color: white"
> >
<div class="col"> <div class="col">
<qrcode <qrcode
:value="copilot.lnurl" :value="copilot.lnurl"
:options="{width:350}" :options="{width:300}"
class="rounded-borders" class="rounded-borders"
></qrcode> ></qrcode>
</div> </div>
@ -43,7 +43,7 @@
class="text-bold fixed-bottom-left" class="text-bold fixed-bottom-left"
style=" style="
margin: 60px 60px; margin: 60px 60px;
font-size: 150px; font-size: 110px;
text-shadow: 4px 8px 4px black; text-shadow: 4px 8px 4px black;
color: white; color: white;
" "
@ -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-left', position: 'top-right',
timeout: 5000 timeout: 5000
}) })
}, },