Looking better
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div id="qr-scanner" class="w-full max-w-sm bg-slate-700 rounded-lg overflow-hidden"></div>
|
||||
<div id="qr-scanner" class="w-full h-full max-w-none bg-slate-700 overflow-hidden"></div>
|
||||
|
||||
<style>
|
||||
/* Hide unwanted icons */
|
||||
@@ -48,6 +48,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
#qr-scanner {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* Change camera permission button text */
|
||||
#qr-scanner :global(#html5-qrcode-button-camera-permission) {
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user