feat: harmonize the UI for payment dialog (#2882)

This commit is contained in:
Tiago Vasconcelos
2025-01-16 14:31:33 +02:00
committed by GitHub
parent 16c78f1901
commit f415a92914
7 changed files with 235 additions and 159 deletions
+2 -1
View File
@@ -212,11 +212,12 @@ video {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.qrcode__wrapper canvas {
width: 100% !important; // important to override qrcode inline width
height: 100% !important;
max-width: 350px; // default width of <lnbits-qrcode> component
max-width: 320px; // default width of <lnbits-qrcode> component
}
.qrcode__image {
position: absolute;