- Add pokestops by dblclick on gmaps map
- Added heartbeat
- Added reconnect
This commit is contained in:
Felix
2016-08-28 21:31:00 +02:00
parent 00e2ed3fa7
commit d5f69faed0
4 changed files with 158 additions and 54 deletions

View File

@@ -10,6 +10,13 @@ body {
overflow-x: hidden;
}
#map {
position: absolute;
left: calc(50% - 400px);
width: 800px;
height: 400px;
}
.view {
letter-spacing: 0px;
padding: 5px 25px !important;
@@ -34,6 +41,14 @@ body {
text-align: left;
}
.ping {
position: absolute;
top: 0px;
left: 10px;
font-size: 18px;
letter-spacing: 0px;
}
.version {
font-size: 15px;
letter-spacing: 0px;