Update mobile usage
This commit is contained in:
parent
34db4db41c
commit
93327e4a20
1 changed files with 15 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||||
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="./js/dist/leaflet.css"
|
href="./js/dist/leaflet.css"
|
||||||
|
@ -18,6 +21,17 @@
|
||||||
<link rel="stylesheet" href="/css/map.css" />
|
<link rel="stylesheet" href="/css/map.css" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
html,
|
||||||
|
body,
|
||||||
|
#map {
|
||||||
|
height: 100%;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
#version {
|
#version {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
|
Loading…
Reference in a new issue