first : correct a typo(filename)

This commit is contained in:
2026-06-06 16:45:33 +09:00
parent bd9e4f652b
commit 15be996704
2 changed files with 1 additions and 6 deletions

View File

@@ -72,7 +72,7 @@
.letgo-button { .letgo-button {
flex: 1; flex: 1;
padding: 0..75rem; padding: 0.75rem;
background: transparent; background: transparent;
color: #111; color: #111;
border: 1.5px solid #ddd; border: 1.5px solid #ddd;

View File

@@ -54,11 +54,6 @@
<p class="loading">Looking for you...</p> <p class="loading">Looking for you...</p>
{/if} {/if}
<!-- map must fill the whole screen-->
{#if lat && lng}
<MapView {lat} {lng} />
{/if}
<!-- show the right panel based on mobile or desktop--> <!-- show the right panel based on mobile or desktop-->
{#if windowWidth < 768} {#if windowWidth < 768}
<BottomSheet message={$mapStore.selectedMessage} /> <BottomSheet message={$mapStore.selectedMessage} />