Looking much better
All checks were successful
Build Docker image / build (pull_request) Successful in 1m47s
All checks were successful
Build Docker image / build (pull_request) Successful in 1m47s
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user