From 6e4b5578c043fe74928e6c140a12339b95baf0e3 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 6 Oct 2025 23:53:16 +0300 Subject: [PATCH] fixup! fixup! Scroll wallets QR --- templates/personal/risdeveau/index.html | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/templates/personal/risdeveau/index.html b/templates/personal/risdeveau/index.html index cba570a..4183858 100644 --- a/templates/personal/risdeveau/index.html +++ b/templates/personal/risdeveau/index.html @@ -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;