feature/ar-camera #1

Open
20265185 wants to merge 2 commits from 20265185/Overheard:feature/ar-camera into main
2 changed files with 1 additions and 6 deletions
Showing only changes of commit 15be996704 - Show all commits

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} />