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">
|
||||
<head>
|
||||
<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
|
||||
rel="stylesheet"
|
||||
href="./js/dist/leaflet.css"
|
||||
|
@ -18,6 +21,17 @@
|
|||
<link rel="stylesheet" href="/css/map.css" />
|
||||
|
||||
<style>
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
html,
|
||||
body,
|
||||
#map {
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#version {
|
||||
position: absolute;
|
||||
font-family: monospace;
|
||||
|
|
Loading…
Reference in a new issue