Skip to content

Commit

Permalink
🚧 lacking motivation rn :/
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMoony committed Jun 18, 2024
1 parent eb953f9 commit fd3434d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions web/src/components/map/LocationPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,15 @@ const show = ref(false);
@close="show = false"
>
<h2>Pick a location</h2>
<CollapseableSection
title="New location"
>
<div class="map-wrapper">
<BaseMap />
</div>
</CollapseableSection>
<div class="map-wrapper">
<BaseMap />
</div>
</FullScreenModal>
</template>

<style scoped>
.map-wrapper {
width: 80vw;
height: 40vh;
height: 60vh;
}
</style>

0 comments on commit fd3434d

Please sign in to comment.