This commit is contained in:
Ben Arc
2021-04-20 19:44:16 +01:00
parent 4af48b4032
commit ef50b5575a

View File

@@ -30,13 +30,13 @@
class="rounded-borders" class="rounded-borders"
></qrcode> ></qrcode>
<center class="absolute-bottom" style="color: black; font-size: 20px"> <center class="absolute-bottom" style="color: black; font-size: 20px">
{% raw %}{{ copilot.lnurl_title }} {% raw %}{{ copilot.lnurl_title }}{% endraw %}
</center> </center>
</div> </div>
</div> </div>
<h2 <h2
v-if="{{copilot.show_price}} != 'None'" v-if="copilot.show_price != 0"
class="text-bold fixed-bottom-left" class="text-bold fixed-bottom-left"
style=" style="
margin: 60px 60px; margin: 60px 60px;
@@ -45,10 +45,10 @@
color: white; color: white;
" "
> >
{{ price }} {% raw %}{{ price }}{% endraw %}
</h2> </h2>
<p <p
v-if="{{copilot.show_ack}} != 'None'" v-if="copilot.show_ack != 0"
class="fixed-top" class="fixed-top"
style=" style="
font-size: 22px; font-size: 22px;
@@ -58,8 +58,9 @@
" "
> >
Powered by LNbits/StreamerCopilot Powered by LNbits/StreamerCopilot
</p> </q-page </p>
>{% endraw %} {% endblock %} {% block scripts %} </q-page>
{% endblock %} {% block scripts %}
<script src="{{ url_for('static', filename='vendor/vue-qrcode@1.0.2/vue-qrcode.min.js') }}"></script> <script src="{{ url_for('static', filename='vendor/vue-qrcode@1.0.2/vue-qrcode.min.js') }}"></script>
<style> <style>
body.body--dark .q-drawer, body.body--dark .q-drawer,