added content_frame style as a global and applied it to cellsite, incident, and robots pages for the map

This commit is contained in:
2026-04-02 09:32:56 -04:00
parent 9a64e87282
commit 3f5961c9a6
5 changed files with 11 additions and 11 deletions

View File

@@ -109,7 +109,7 @@ onMounted(async () => {
</div>
</div>
<div class="map_container">
<div class="map_container content_frame">
<Map
v-if="associated_site?.lat != null && associated_site?.lon != null"
:center="[associated_site.lat, associated_site.lon]"