Move comment out of block opening
This commit is contained in:
parent
9db0dcf387
commit
d4bfd3894a
1 changed files with 2 additions and 1 deletions
|
@ -356,9 +356,10 @@
|
||||||
|
|
||||||
<LoginToggle ignoreLoading={true} {state}>
|
<LoginToggle ignoreLoading={true} {state}>
|
||||||
{#if ($showCrosshair === "yes" && $currentZoom >= 17) || $showCrosshair === "always" || $visualFeedback}
|
{#if ($showCrosshair === "yes" && $currentZoom >= 17) || $showCrosshair === "always" || $visualFeedback}
|
||||||
|
<!-- Don't use h-full: h-full does _not_ include the area under the URL-bar, which offsets the crosshair a bit -->
|
||||||
<div
|
<div
|
||||||
class="pointer-events-none absolute top-0 left-0 flex w-full items-center justify-center"
|
class="pointer-events-none absolute top-0 left-0 flex w-full items-center justify-center"
|
||||||
style="height: 100vh" <!-- Don't use h-full: h-full does _not_ include the area under the URL-bar, which offsets the crosshair a bit -->
|
style="height: 100vh"
|
||||||
>
|
>
|
||||||
<Cross class="h-4 w-4" />
|
<Cross class="h-4 w-4" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue