fix: big map not centered on screen in high resolutions

Closes #239
This commit is contained in:
Martin Ambrus
2017-10-26 21:07:27 +02:00
parent 91736e6209
commit 93fbba445e
46 changed files with 124 additions and 95 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ if($session->access != BANNED){
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="mt-full.js?0faab" type="text/javascript"></script>
<script src="unx.js?0faab" type="text/javascript"></script>
<script src="unx.js?f4b7e" type="text/javascript"></script>
<script src="new.js?0faab" type="text/javascript"></script>
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?e21d2" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/compact.css?f4b7e" rel="stylesheet" type="text/css" />
<link href="<?php echo GP_LOCATE; ?>lang/en/lang.css?e21d2" rel="stylesheet" type="text/css" />
<?php
if($session->gpack == null || GP_ENABLE == false) {