Save zoom level of the game and restore it when quitting the login scenes
SelectCompanionScene with zoom on mobile
This commit is contained in:
parent
6fd119c199
commit
3d9e2ad49a
6 changed files with 40 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue