Updated Map View
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user