Merge branch 'develop' into fix/w3s-upload

This commit is contained in:
Sero
2024-01-19 09:00:29 -05:00
committed by GitHub
2 changed files with 1408 additions and 1434 deletions

View File

@@ -446,14 +446,12 @@ export const OnboardingGame: React.FC = (): JSX.Element => {
{!isLoading && gameDataState !== null ? (
<>
<Box
position="absolute"
flexDirection="column"
justifyContent="flex-start"
color="var(--chakra-colors-landing550)"
textShadow={`0 0 10px var(--chakra-colors-landing500)`}
maxW={{ base: 'full', md: '4xl' }}
height="100%"
overflowY="auto"
width={{ base: '90%', xl: '100%' }}
pl={{ base: 0, md: 10, xl: 0 }}
pr={{ base: 2, md: 10, xl: 0 }}