Looking better

This commit is contained in:
Roman Krček
2025-06-21 21:35:52 +02:00
parent a135c5ac36
commit b6d9b8df44
6 changed files with 69 additions and 31 deletions

View File

@@ -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;