fixup! fixup! Scroll wallets QR

This commit is contained in:
2025-10-06 23:53:16 +03:00
parent a2768058c2
commit 6e4b5578c0
+18 -18
View File
@@ -17,26 +17,26 @@
margin-block-end: 0;
}
.qr img {
width: 100%;
max-width: 13.66rem;
}
.blocks.qr {
flex-wrap: nowrap;
overflow-x: auto;
width: calc(100vw - 1rem);
max-width: 45rem;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.qr img {
width: 100%;
}
.blocks.qr::-webkit-scrollbar { display: none; }
.blocks.qr {
flex-wrap: nowrap;
overflow-x: auto;
width: calc(100vw - 1rem);
max-width: 45rem;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.block.qr {
flex: 0 0 calc(100vw - 2rem);
scroll-snap-align: start;
max-width: 16rem;
}
.blocks.qr::-webkit-scrollbar { display: none; }
.block.qr {
flex: 0 0 calc(100vw - 2rem);
scroll-snap-align: start;
max-width: 13.666rem;
}
.qr p {
text-align: center;