Move map with media selection in feed panel

This commit is contained in:
2026-05-06 21:39:40 +02:00
parent 07a5c3baf9
commit 7aaaff7dda
3 changed files with 33 additions and 15 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ export default {
offset: String,
classes: String,
icon: String,
margin: String,
},
inject: ['lang'],
computed: {
@@ -23,6 +22,6 @@ export default {
</script>
<template>
<spotIcon v-if="icon" :icon="icon" :margin="margin" :title="title" :text="localTime" width="fixed" size="lg" />
<spotIcon v-if="icon" :icon="icon" :title="title" :text="localTime" width="fixed" size="lg" />
<span v-else :class="classes" :title="title">{{ localTime }}</span>
</template>