From 784198eb78298e2f8c7828b97454340c2c44836a Mon Sep 17 00:00:00 2001 From: Jeff Huang <82061589+solderq35@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:48:40 -0700 Subject: [PATCH] [PR] Single Column Popup (#245) * single column popup * try 90 * remove redundant stuff * format * reset env dev * why did I add an s --- src/components/map/sideView.vue | 212 +++++++++----------------------- src/main.js | 3 - 2 files changed, 55 insertions(+), 160 deletions(-) diff --git a/src/components/map/sideView.vue b/src/components/map/sideView.vue index 64fbb953..bf3d16bb 100644 --- a/src/components/map/sideView.vue +++ b/src/components/map/sideView.vue @@ -2,129 +2,66 @@ Filename: sideView.vue Description: Despite the name this references the pop-up building modal window on the map NOT the actually right-hand side view (that's handled directly in the map.vue component) - NOTE FOR LAPTOP SCREEN SIZES: Reference src/main.js for $window and $WINDOW_HEIGHT values -->