[Fix] QR readability (#3163)
This commit is contained in:
parent
efc5233399
commit
5345ccaf4e
3 changed files with 3 additions and 3 deletions
2
lnbits/static/bundle-components.min.js
vendored
2
lnbits/static/bundle-components.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -210,7 +210,7 @@ window.app.component('lnbits-qrcode', {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
custom: {
|
custom: {
|
||||||
margin: 1,
|
margin: 3,
|
||||||
width: 350,
|
width: 350,
|
||||||
size: 350,
|
size: 350,
|
||||||
logo: LNBITS_QR_LOGO
|
logo: LNBITS_QR_LOGO
|
||||||
|
|
|
||||||
|
|
@ -987,7 +987,7 @@
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="row">
|
<div class="row q-gutter-x-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="
|
v-if="
|
||||||
props.row.isIn && props.row.isPending && props.row.bolt11
|
props.row.isIn && props.row.isPending && props.row.bolt11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue