feat(qr-scanner): remove frame, add shape detection overlay, improve fullscreen desktop layout

This commit is contained in:
2026-02-27 17:52:36 +00:00
parent a699b432d7
commit 613604f3c4
4 changed files with 69 additions and 29 deletions

View File

@@ -43,6 +43,7 @@
--ripple-color: rgba(255, 255, 255, 0.3);
--nav-item-weight: 400;
--list-hover-bg: rgba(255, 255, 255, 0.05);
--header-bg: rgba(0, 0, 0, 0.6);
color: var(--text-color);
background-color: #242424; /* Fallback */
@@ -86,6 +87,7 @@
--title-gradient: linear-gradient(45deg, #0ea5e9, #6366f1);
--ripple-color: rgba(0, 0, 0, 0.1);
--list-hover-bg: rgba(0, 0, 0, 0.05);
--header-bg: rgba(255, 255, 255, 0.9);
}
body {