Skip to content

Commit

Permalink
adjust venue map style and position
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Aug 28, 2023
1 parent 5fea405 commit 39b6827
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion components/venue/VenueShuttleServiceTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
class="flex flex-col rounded-xl bg-primary-900 px-6 py-10 md:px-16 md:py-20"
>
<img class="md:hidden" :src="icon.shuttleServiceGuide" />
<img class="hidden md:block" :src="icon.shuttleServiceGuideMd" />
<img
class="hidden md:m-auto md:block md:w-3/5"
:src="icon.shuttleServiceGuideMd"
/>

<VenueDivision>
<h3>
Expand Down
2 changes: 1 addition & 1 deletion pages/venue/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
v-if="selectedTransModeIndex === 2"
></VenueShuttleServiceTab>
</div>
<client-only v-if="selectedTransModeIndex === 1">
<client-only>
<core-h1
class="venue-title whitespace-pre-line pt-20 text-center"
:title="$t('venueMap.title')"
Expand Down
2 changes: 1 addition & 1 deletion pages/venue/venueMap.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<l-map
ref="leafletMap"
style="height: 300px"
style="height: 500px"
:zoom="zoom"
:center="center"
:options="options"
Expand Down

0 comments on commit 39b6827

Please sign in to comment.