diff --git a/public/static/css/maps.css b/public/static/css/maps.css index c239535..7d51384 100644 --- a/public/static/css/maps.css +++ b/public/static/css/maps.css @@ -26,8 +26,15 @@ div.mapItem>div.title>p.title { font-size: 18px; } -div.mapItem>img { +div.mapItem>div.imgContainer { width: 100%; + padding-top: 50%; + background: #cccccc; +} + +div.mapItem>div.imgContainer>img { + width: 100%; + margin-top: -50% } div.mapItem>div.inner { diff --git a/public/static/img/favicon/16x16.png b/public/static/img/favicon/16x16.png index 5600d45..bd8e153 100644 --- a/public/static/img/favicon/16x16.png +++ b/public/static/img/favicon/16x16.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a294790b57f274ec8833d3abbdb8fd7e8e39b60cfa7ad27e01267dcbf0692b66 -size 713 +oid sha256:ab3b28bea449edcd46bbfc27ecc9f225e766d5415155baf6c56db61e72982442 +size 222 diff --git a/public/static/img/favicon/192x192.png b/public/static/img/favicon/192x192.png index a80322c..acd9d13 100644 --- a/public/static/img/favicon/192x192.png +++ b/public/static/img/favicon/192x192.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e74142bd65248bce22e250b3f5ee5a229a7fe7bed138cc9e9461f29ad4c75a76 -size 2018 +oid sha256:6c5150e497aa7fee05052b43239d2832d2424419f01d94702ffe0ffef6e79b18 +size 916 diff --git a/public/static/img/favicon/32x32.png b/public/static/img/favicon/32x32.png index 22a91e1..cd1960c 100644 --- a/public/static/img/favicon/32x32.png +++ b/public/static/img/favicon/32x32.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36a1b35e1b197b2aafd347e82a8f4ccd99224f7b2e4d67f9077c53184098773c -size 789 +oid sha256:6b4b2b215eb473caa80c83c12eeb5e340b461864925fffa4f13631b124ac8e41 +size 305 diff --git a/public/static/img/favicon/96x96.png b/public/static/img/favicon/96x96.png index 47e0387..6f468a6 100644 --- a/public/static/img/favicon/96x96.png +++ b/public/static/img/favicon/96x96.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8306b2942d75f1d864e53f77b623462729d91d61cc852df6ccee82961d56ee78 -size 1295 +oid sha256:46f5728de40e527e438a7c44cf849e42abfc6c597f69832d53ca0eb533fabcb8 +size 542 diff --git a/views/admin/map_editor.php b/views/admin/map_editor.php index 12c9a09..fcb92c1 100644 --- a/views/admin/map_editor.php +++ b/views/admin/map_editor.php @@ -17,7 +17,7 @@ $jsFiles = [
= $map['name'] ?>
diff --git a/views/templates/header.php b/views/templates/header.php index b4998c8..62db163 100644 --- a/views/templates/header.php +++ b/views/templates/header.php @@ -1,7 +1,7 @@