allowgeoloc: add translations, fix padding in whereinput, center text in show-map dialog

This commit is contained in:
sedum
2022-11-11 06:01:50 +01:00
parent 537a68f54d
commit 7fdc6ca07f
13 changed files with 245 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ client-only(placeholder='Loading...' )
:lat-lng="item.coordinates")
LPopup(:content="item.address")
v-row.my-4.d-flex.flex-column.align-center
v-row.my-4.d-flex.flex-column.align-center.text-center
.text-h6
v-icon(v-text='mdiMapMarker' )
nuxt-link.ml-2.p-name.text-decoration-none(v-text="event.place.name" :to='`/place/${event.place.name}`')