mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-02 05:44:27 +01:00
Android camera
This commit is contained in:
committed by
Tony Giorgio
parent
de6cfa185c
commit
fc3ff1a426
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user