forked from MapComplete/MapComplete
Remove stray single quote
This commit is contained in:
parent
2ded4fccfb
commit
830a927929
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
<div class="very-small-screen fixed inset-0 block z-above-controls" id="on-small-screen"></div>
|
<div class="very-small-screen fixed inset-0 block z-above-controls" id="on-small-screen"></div>
|
||||||
<div class="hidden md:hidden fixed inset-0 block z-above-controls hidden-on-very-small-screen" id="fullscreen"></div>
|
<div class="hidden md:hidden fixed inset-0 block z-above-controls hidden-on-very-small-screen" id="fullscreen"></div>
|
||||||
<div class="z-index-above-map pointer-events-none" id="topleft-tools">'
|
<div class="z-index-above-map pointer-events-none" id="topleft-tools">
|
||||||
<div class="p-3 flex flex-col items-end sm:items-start sm:flex-row sm:flex-wrap w-full sm:justify-between">
|
<div class="p-3 flex flex-col items-end sm:items-start sm:flex-row sm:flex-wrap w-full sm:justify-between">
|
||||||
<div class="shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm pointer-events-auto"
|
<div class="shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm pointer-events-auto"
|
||||||
id="searchbox"></div>
|
id="searchbox"></div>
|
||||||
|
|
Loading…
Reference in a new issue