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
@@ -535,12 +535,13 @@ video {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.qrcode__wrapper canvas {
width: 100% !important;
height: 100% !important;
max-width: 350px;
max-width: 320px;
}
.qrcode__image {