Save zoom level of the game and restore it when quitting the login scenes

SelectCompanionScene with zoom on mobile
This commit is contained in:
GRL 2021-06-02 16:08:31 +02:00
parent 6fd119c199
commit 3d9e2ad49a
6 changed files with 40 additions and 14 deletions

View file

@ -75,11 +75,11 @@
}
@media only screen and (max-width: 800px) {
.selectCompanionScene button.selectCharacterButtonLeft{
left: 10vw;
form.selectCompanionScene button.selectCharacterButtonLeft{
left: 5vw;
}
.selectCompanionScene button.selectCharacterButtonRight{
right: 10vw;
form.selectCompanionScene button.selectCharacterButtonRight{
right: 5vw;
}
}