first : correct a typo(filename)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user