Feature In-Game Compass #27
@ -195,7 +195,7 @@
|
|||||||
}
|
}
|
||||||
#guess {
|
#guess {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 20px;
|
left: 10px;
|
||||||
opacity: 0.95;
|
opacity: 0.95;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
@ -207,7 +207,7 @@
|
|||||||
}
|
}
|
||||||
#navigation {
|
#navigation {
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
left: 10px;
|
left: 5px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
|
|||||||
}
|
}
|
||||||
#navigation .navigationItem {
|
#navigation .navigationItem {
|
||||||
@ -274,7 +274,7 @@
|
|||||||
height: initial;
|
height: initial;
|
||||||
}
|
}
|
||||||
#guess.result {
|
#guess.result {
|
||||||
left: 20px;
|
left: 10px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 30px;
|
bottom: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
This should be 10px as in the other PR:
8f0cfd4489/public/static/css/game.css (L211)
Otherwise the buttons will be very close to the left side of a mobile device.