Browse Source

Fix mascot size on thinner displays

Arnaud Vergnet 3 years ago
parent
commit
d38f11d45f

+ 1
- 1
src/components/Intro/MascotIntroEnd.js View File

24
         <Mascot
24
         <Mascot
25
           style={{
25
           style={{
26
             ...styles.center,
26
             ...styles.center,
27
-            height: '80%',
27
+            width: '100%',
28
           }}
28
           }}
29
           emotion={MASCOT_STYLE.COOL}
29
           emotion={MASCOT_STYLE.COOL}
30
           animated
30
           animated

+ 1
- 1
src/components/Intro/MascotIntroWelcome.js View File

26
         <Mascot
26
         <Mascot
27
           style={{
27
           style={{
28
             ...styles.center,
28
             ...styles.center,
29
-            height: '80%',
29
+            width: '100%',
30
           }}
30
           }}
31
           emotion={MASCOT_STYLE.NORMAL}
31
           emotion={MASCOT_STYLE.NORMAL}
32
           animated
32
           animated

Loading…
Cancel
Save