Use DIV instead of SPAN, remove newline
Makes it a little bit easier to read.
This commit is contained in:
parent
0443de44b6
commit
3b385c56e3
1 changed files with 5 additions and 9 deletions
14
index.html
14
index.html
|
@ -37,8 +37,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div style="position: fixed; left: 1em; bottom: 1em; width:35vh; height:35vh;"
|
||||
id="decoration-desktop">
|
||||
<div style="position: fixed; left: 1em; bottom: 1em; width:35vh; height:35vh;" id="decoration-desktop">
|
||||
<!-- A nice decoration while loading or on errors -->
|
||||
<!-- DECORATION 0 START -->
|
||||
<img src="./assets/svg/add.svg"/>
|
||||
|
@ -46,14 +45,12 @@
|
|||
</div>
|
||||
|
||||
<div class="only-on-mobile">
|
||||
<div id="messagesboxmobile">
|
||||
</div>
|
||||
<div id="messagesboxmobile"></div>
|
||||
</div>
|
||||
|
||||
<div id="topleft-tools">
|
||||
<div id="userbadge-and-search">
|
||||
<div id="userbadge" class="shadow">
|
||||
</div>
|
||||
<div id="userbadge" class="shadow"></div>
|
||||
<div id="searchbox" class="shadow"></div>
|
||||
</div>
|
||||
<div id="messagesbox"></div>
|
||||
|
@ -61,12 +58,11 @@
|
|||
<div id="help-button-mobile"></div>
|
||||
</div>
|
||||
|
||||
<div id="layer-selection">
|
||||
</div>
|
||||
<div id="layer-selection"></div>
|
||||
|
||||
<div id="centermessage">Loading MapComplete, hang on...</div>
|
||||
|
||||
<span id="geolocate-button"></span>
|
||||
<div id="geolocate-button"></div>
|
||||
<div id="leafletDiv"></div>
|
||||
|
||||
<script src="./index.ts"></script>
|
||||
|
|
Loading…
Reference in a new issue