character hotifxes
This commit is contained in:
+5
-2
@@ -6,8 +6,9 @@
|
||||
margin: 10px auto 0;
|
||||
color: #ebeeee;
|
||||
overflow: auto;
|
||||
width: 42vw;
|
||||
width: 28vw;
|
||||
height: 48vh;
|
||||
margin-left: -5vw;
|
||||
/*max-width: 300px;
|
||||
max-height: 48vh;*/
|
||||
}
|
||||
@@ -98,8 +99,10 @@
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
#customizeScene {
|
||||
max-width: 160px;
|
||||
overflow-y: scroll;
|
||||
margin-left: 70vw;
|
||||
width: 200px;
|
||||
margin-top: 20vh;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 400px) {
|
||||
|
||||
+1
@@ -73,6 +73,7 @@
|
||||
only screen and (max-height: 600px) {
|
||||
#loginScene{
|
||||
overflow-y: scroll;
|
||||
margin-left: 80vw;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
+9
-2
@@ -5,7 +5,7 @@
|
||||
border-radius: 6px;
|
||||
margin: 10px auto 0;
|
||||
color: #ebeeee;
|
||||
max-height: 48vh;
|
||||
max-height: 100vh;
|
||||
max-width: 300px;
|
||||
width: 40vw;
|
||||
overflow: hidden;
|
||||
@@ -29,7 +29,7 @@
|
||||
#selectCharacterScene section.action {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
margin-top: 28vh;
|
||||
margin-top: 38vh;
|
||||
}
|
||||
#selectCharacterScene button#selectCharacterSceneFormCancel {
|
||||
background-color: #aca6a600;
|
||||
@@ -88,12 +88,19 @@
|
||||
only screen and (max-height: 600px) {
|
||||
#selectCharacterScene{
|
||||
overflow-y: scroll;
|
||||
width: 70vw;
|
||||
margin-left: 70vw;
|
||||
margin-top: 30vw;
|
||||
}
|
||||
#selectCharacterScene section button.selectCharacterButton#selectCharacterButtonRight{
|
||||
display: block;
|
||||
}
|
||||
#selectCharacterScene section button.selectCharacterButton#selectCharacterButtonLeft{
|
||||
display: block;
|
||||
left: auto;
|
||||
}
|
||||
#selectCharacterScene section button.selectCharacterButton{
|
||||
top: 40vh;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user