Looking much better
All checks were successful
Build Docker image / build (pull_request) Successful in 1m47s

This commit is contained in:
Roman Krček
2025-06-21 23:34:49 +02:00
parent 4468d03103
commit 8cc59b89da
7 changed files with 137 additions and 49 deletions

View File

@@ -39,7 +39,7 @@
});
</script>
<div id="qr-scanner" class="w-full h-full max-w-none bg-slate-700 overflow-hidden"></div>
<div id="qr-scanner" class="w-full h-full max-w-none overflow-hidden rounded-sm"></div>
<style>
/* Hide unwanted icons */
@@ -49,7 +49,7 @@
}
#qr-scanner {
color: white !important;
color: black !important;
}
/* Change camera permission button text */
@@ -64,4 +64,9 @@
visibility: visible;
padding: 10px 0;
}
#qr-scanner :global(#qr-scanner__scan_region) {
min-height: auto !important;
aspect-ratio: 1 !important;
}
</style>