mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
Group map fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4de39d5850
commit
4340cf7569
2 changed files with 5 additions and 3 deletions
|
@ -163,7 +163,7 @@ export default class Map extends Vue {
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
div.map-container {
|
div.map-container {
|
||||||
height: 100%;
|
height: 80vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.leaflet-map {
|
.leaflet-map {
|
||||||
|
|
|
@ -505,13 +505,15 @@
|
||||||
</p>
|
</p>
|
||||||
</address>
|
</address>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<b-button
|
||||||
class="map-show-button"
|
class="map-show-button"
|
||||||
|
type="is-text"
|
||||||
@click="showMap = !showMap"
|
@click="showMap = !showMap"
|
||||||
@keyup.enter="showMap = !showMap"
|
@keyup.enter="showMap = !showMap"
|
||||||
v-if="physicalAddress.geom"
|
v-if="physicalAddress.geom"
|
||||||
>{{ $t("Show map") }}</span
|
|
||||||
>
|
>
|
||||||
|
{{ $t("Show map") }}
|
||||||
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</event-metadata-block>
|
</event-metadata-block>
|
||||||
|
|
Loading…
Reference in a new issue