[Fix] QR readability (#3163)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -210,7 +210,7 @@ window.app.component('lnbits-qrcode', {
|
||||
data() {
|
||||
return {
|
||||
custom: {
|
||||
margin: 1,
|
||||
margin: 3,
|
||||
width: 350,
|
||||
size: 350,
|
||||
logo: LNBITS_QR_LOGO
|
||||
|
||||
@@ -987,7 +987,7 @@
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-card-section>
|
||||
<div class="row">
|
||||
<div class="row q-gutter-x-sm">
|
||||
<q-btn
|
||||
v-if="
|
||||
props.row.isIn && props.row.isPending && props.row.bolt11
|
||||
|
||||
Reference in New Issue
Block a user