Feature In-Game Compass #27

Merged
balazs merged 11 commits from feature/in-game-compass into develop 2021-04-29 19:15:44 +02:00
Showing only changes of commit 08c38c6374 - Show all commits

View File

@ -195,7 +195,7 @@
}
#guess {
top: 10px;
left: 10px;
left: 20px;
opacity: 0.95;
visibility: hidden;
}
@ -274,7 +274,7 @@
height: initial;
}
#guess.result {
left: 10px;
left: 20px;
right: 20px;
bottom: 30px;
}