This commit is contained in:
Paul Miller
2024-03-20 16:33:41 -05:00
parent 33b8190a2d
commit 52d89a2617
37 changed files with 2044 additions and 2489 deletions

View File

@@ -16,11 +16,11 @@ body {
/* After load we need to remove the bg so the qr scanner can show through */
@apply text-white;
@apply !bg-transparent;
@apply mx-auto flex w-full max-w-[600px] flex-1 flex-col safe-top safe-left safe-right safe-bottom min-h-device h-device;
@apply flex w-full flex-1 flex-col safe-top safe-left safe-right safe-bottom min-h-device h-device;
}
#root {
@apply flex flex-1 flex-col;
@apply mx-auto flex w-full max-w-[600px] flex-1 flex-col;
}
@media (prefers-color-scheme: light) {