forked from vergnet/application-amicale
Fix mascot size on thinner displays
This commit is contained in:
parent
5a98f5506a
commit
d38f11d45f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class MascotIntroEnd extends React.Component<null> {
|
||||||
<Mascot
|
<Mascot
|
||||||
style={{
|
style={{
|
||||||
...styles.center,
|
...styles.center,
|
||||||
height: '80%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
emotion={MASCOT_STYLE.COOL}
|
emotion={MASCOT_STYLE.COOL}
|
||||||
animated
|
animated
|
||||||
|
|
|
@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
|
||||||
<Mascot
|
<Mascot
|
||||||
style={{
|
style={{
|
||||||
...styles.center,
|
...styles.center,
|
||||||
height: '80%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
emotion={MASCOT_STYLE.NORMAL}
|
emotion={MASCOT_STYLE.NORMAL}
|
||||||
animated
|
animated
|
||||||
|
|
Loading…
Reference in a new issue