mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-04 22:14:20 +01:00
rc5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user