mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Merge branch 'develop' into fix/w3s-upload
This commit is contained in:
@@ -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 }}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user