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

@@ -63,7 +63,7 @@ onMounted(() => {
<style scoped>
.app-header {
/* Remove hardcoded colors and use theme variables */
background: var(--glass-bg);
background: var(--header-bg);
color: var(--text-color);
padding: 1rem;
/* box-shadow handled by glass-panel class */