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,14 @@
<script setup lang="ts">
</script>
<template>
<div class="tooltip-divider"></div>
</template>
<style scoped>
.tooltip-divider {
height: 1px;
background: var(--table-border, rgba(255,255,255,0.08));
}
</style>