Android camera

This commit is contained in:
Tony Giorgio
2023-07-19 17:51:52 -05:00
committed by Tony Giorgio
parent de6cfa185c
commit fc3ff1a426
7 changed files with 80 additions and 28 deletions

View File

@@ -3,11 +3,15 @@
@tailwind utilities;
body {
@apply text-white bg-neutral-900;
@apply text-white;
overscroll-behavior-y: none;
min-height: 100.3%;
}
html {
@apply bg-neutral-900;
}
#mutiny-logo {
image-rendering: pixelated;
}
@@ -41,6 +45,7 @@ p:not(:last-child) {
width: max-content;
height: max-content;
overflow: hidden;
@apply bg-transparent;
}
#video-container .scan-region-highlight {