diff --git a/index.html b/index.html index 03f7f34..cfa54ed 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,6 @@ width: 100%; height: 100%; object-fit: cover; - background-color: #000; /* Dark background instead of white */ } #camera video.mirrored { transform: scaleX(-1); @@ -49,18 +48,6 @@ font-size: 16px; display: none; } - #loadingIndicator { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - font-size: 24px; - color: white; - background-color: rgba(0,0,0,0.7); - padding: 20px; - border-radius: 10px; - display: none; - } @media (max-width: 768px) { .container { flex-direction: column; @@ -73,7 +60,6 @@