From e263b18bff28ae4000aec7199102cf340c8b0438 Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Thu, 9 Oct 2025 22:11:42 -0400 Subject: [PATCH] wiz --- static/css/connect.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/connect.css b/static/css/connect.css index 09bca695..16c29174 100644 --- a/static/css/connect.css +++ b/static/css/connect.css @@ -56,6 +56,9 @@ width: 157px; height: 157px; } +/* Remove global QR blur after reveal */ +.qrcode-box.revealed #qrcode { filter: none !important; } + .qrcode-viewport .qr-veil { position: absolute; inset: 0;