fixup! Scroll wallets QR

This commit is contained in:
2025-10-06 22:57:39 +03:00
parent b1d1f18664
commit bea87185d1
+5 -5
View File
@@ -17,12 +17,15 @@
margin-block-end: 0;
}
{% if g.is_mobile %}
.qr img { width: 100%; }
.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;
}
@@ -34,9 +37,6 @@
scroll-snap-align: start;
max-width: 16rem;
}
{% else %}
.qr img { width: 13.66rem; /* (x + 1) * 3 + 1 = 45 */ }
{% endif %}
.qr p {
text-align: center;