mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-04 18:33:10 +02:00
yet another style tweak
This commit is contained in:
@@ -16,7 +16,12 @@
|
|||||||
<div
|
<div
|
||||||
v-if="copilot.lnurl_toggle == 1"
|
v-if="copilot.lnurl_toggle == 1"
|
||||||
class="rounded-borders column fixed-right"
|
class="rounded-borders column fixed-right"
|
||||||
style="width: 250px; height: 300px z-index: 9999; background-color: white"
|
style="
|
||||||
|
width: 250px;
|
||||||
|
background-color: white;
|
||||||
|
height: 300px;
|
||||||
|
margin-top: 10%;
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<qrcode
|
<qrcode
|
||||||
@@ -24,7 +29,7 @@
|
|||||||
:options="{width:250}"
|
:options="{width:250}"
|
||||||
class="rounded-borders"
|
class="rounded-borders"
|
||||||
></qrcode>
|
></qrcode>
|
||||||
<center class="absolute-bottom">
|
<center class="absolute-bottom" style="color: black; font-size: 20px">
|
||||||
{% raw %}{{ copilot.lnurl_title }}{% endraw %}
|
{% raw %}{{ copilot.lnurl_title }}{% endraw %}
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user