feat(qr-scanner): remove frame, add shape detection overlay, improve fullscreen desktop layout
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user