mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-08-20 09:24:01 -05:00
Update
- Add pokestops by dblclick on gmaps map - Added heartbeat - Added reconnect
This commit is contained in:
15
css/main.css
15
css/main.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user