Update mobile usage

This commit is contained in:
0d0acre 2024-09-21 02:59:58 +02:00
parent 34db4db41c
commit 93327e4a20

View file

@ -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;