forked from potsda.mn/mobilizon
Group map fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4de39d5850
commit
4340cf7569
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue