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 6d3f74f911 - Show all commits

View File

@ -208,7 +208,7 @@
}
#navigation {
bottom: 25px;
left: 5px;
left: 10px;
Outdated
Review

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.

This should be 10px as in the other PR: https://gitea.e5tv.hu/esoko/mapguesser/src/commit/8f0cfd4489f049ee7ced9fcb483bd310d084bfa8/public/static/css/game.css#L211 Otherwise the buttons will be very close to the left side of a mobile device.
width: 45px;
}
#navigation .navigationItem {