feature/ar-camera #1
@@ -72,7 +72,7 @@
|
||||
|
||||
.letgo-button {
|
||||
flex: 1;
|
||||
padding: 0..75rem;
|
||||
padding: 0.75rem;
|
||||
background: transparent;
|
||||
color: #111;
|
||||
border: 1.5px solid #ddd;
|
||||
|
||||
@@ -54,11 +54,6 @@
|
||||
<p class="loading">Looking for you...</p>
|
||||
{/if}
|
||||
|
||||
<!-- map must fill the whole screen-->
|
||||
{#if lat && lng}
|
||||
<MapView {lat} {lng} />
|
||||
{/if}
|
||||
|
||||
<!-- show the right panel based on mobile or desktop-->
|
||||
{#if windowWidth < 768}
|
||||
<BottomSheet message={$mapStore.selectedMessage} />
|
||||
|
||||
Reference in New Issue
Block a user