Group map fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-11-06 10:41:31 +01:00
parent 4de39d5850
commit 4340cf7569
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 5 additions and 3 deletions

View File

@ -163,7 +163,7 @@ export default class Map extends Vue {
</script>
<style lang="scss" scoped>
div.map-container {
height: 100%;
height: 80vh;
width: 100%;
.leaflet-map {

View File

@ -505,13 +505,15 @@
</p>
</address>
</div>
<span
<b-button
class="map-show-button"
type="is-text"
@click="showMap = !showMap"
@keyup.enter="showMap = !showMap"
v-if="physicalAddress.geom"
>{{ $t("Show map") }}</span
>
{{ $t("Show map") }}
</b-button>
</div>
</div>
</event-metadata-block>