This commit is contained in:
shocknet-justin 2025-10-09 20:21:24 -04:00
parent 08a3955e3d
commit 312d6e3d37
3 changed files with 95 additions and 50 deletions

View file

@ -26,6 +26,12 @@
transition: background-color 0.3s;
}
/* prevent overlap: hide connect string until revealed; click surface on box */
.qrcode-box #connectString { display: none; }
.qrcode-box.revealed #connectString { display: block; }
.qrcode-box #qrcode { pointer-events: none; }
.qrcode-box { cursor: pointer; }
.qrcode-box-clicked::before {
content: "";
position: absolute;