aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-02-01 21:15:49 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-02-02 01:25:20 +0100
commit21503e6100d4bb1eab56e22d33865229b909e086 (patch)
tree1fc61eb642bda843631cf7cad2d9f3de239edf03 /index.html
parent2dda892451fdc6cab3d4c8f394c597cb957f9e12 (diff)
CSS: Improve rules for mobile devices.
Place control icons in a row near the top.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 25ee9aa..801dbe4 100644
--- a/index.html
+++ b/index.html
@@ -7,8 +7,8 @@
</head>
<body>
<div id="map"></div>
+ <div id="zoom-control"></div>
<div id="map-control-container" aria-hidden="true">
- <div id="zoom-control"></div>
<div id="layer-selection-panel"></div>
<div id="map-legend-panel"></div>
<div id="map-menu"></div>