mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
Implement ticket scanning logic and UI enhancements: check for scanned tickets, update styles, and add "Scan Again" button
This commit is contained in:
@@ -52,7 +52,7 @@ html {
|
||||
}
|
||||
|
||||
#video {
|
||||
display: block;
|
||||
display: none; /* Initially hidden */
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
@@ -60,3 +60,7 @@ html {
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
#video:visible {
|
||||
display: block; /* Show the video feed when it becomes visible */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user