mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
Enhance QR code generation and scanner UI: increase QR code size, improve scanner layout, and add video element styling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user