SelectCharacterScene and CustomCharacterScene mobile version
This commit is contained in:
parent
e9ec5f26aa
commit
5bd5245044
5 changed files with 11 additions and 14 deletions
|
@ -107,11 +107,11 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.customCharacterScene button.customCharacterSceneButtonLeft{
|
||||
left: 10vw;
|
||||
form.customCharacterScene button.customCharacterSceneButtonLeft{
|
||||
left: 5vw;
|
||||
}
|
||||
.customCharacterScene button.customCharacterSceneButtonRight{
|
||||
right: 10vw;
|
||||
form.customCharacterScene button.customCharacterSceneButtonRight{
|
||||
right: 5vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -80,11 +80,11 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.selectCharacterScene button.selectCharacterButtonLeft{
|
||||
left: 10vw;
|
||||
form.selectCharacterScene button.selectCharacterButtonLeft{
|
||||
left: 5vw;
|
||||
}
|
||||
.selectCharacterScene button.selectCharacterButtonRight{
|
||||
right: 10vw;
|
||||
form.selectCharacterScene button.selectCharacterButtonRight{
|
||||
right: 5vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue