From f960c2fdb39272cbe984b176563a3a1a897f1bc0 Mon Sep 17 00:00:00 2001 From: solderq35 Date: Thu, 10 Aug 2023 01:05:42 -0700 Subject: [PATCH] linter --- src/components/map/map.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 9fdf32d3..b4cc1901 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -531,13 +531,13 @@ $sideMenu-width: 250px; bottom: 0px; } .mapContainer { - background-color: blue; - position: absolute; - top: 0; - left: 0px; - height: 100%; - width: calc(100% - #{$sideMenu-width}); -} + background-color: blue; + position: absolute; + top: 0; + left: 0px; + height: 100%; + width: calc(100% - #{$sideMenu-width}); + } } .side-enter-active,