Enhance QR code generation and scanner UI: increase QR code size, improve scanner layout, and add video element styling

This commit is contained in:
vista-man
2025-04-10 20:15:56 +02:00
parent dac3e925c0
commit f4cc70f5bb
4 changed files with 21 additions and 7 deletions

View File

@@ -50,3 +50,13 @@ html {
max-width: 700px;
background-color: white;
}
#video {
display: block;
margin: 0 auto;
width: 100%;
max-width: 400px;
border: 2px solid white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}