Updated Map View

This commit is contained in:
2026-06-16 11:16:32 +10:00
parent a270913931
commit 3aba428d2a
19 changed files with 790 additions and 654 deletions
@@ -0,0 +1,19 @@
<script setup lang="ts">
</script>
<template>
<div class="tooltip-name">
<slot />
</div>
</template>
<style scoped>
.tooltip-name {
display: flex;
align-items: center;
gap: 4px;
margin-top: 0.2rem;
line-height: 1.3;
}
</style>