From eeaf4dd9bd7880e8b3706af3366f26eade850edb Mon Sep 17 00:00:00 2001 From: Jeff Huang <82061589+solderq35@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:04:27 -0700 Subject: [PATCH] [PR] Building Popup Restyle Margins (#244) * try restyle * reset env dev --- src/components/map/sideView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/sideView.vue b/src/components/map/sideView.vue index d0f5d180..64fbb953 100644 --- a/src/components/map/sideView.vue +++ b/src/components/map/sideView.vue @@ -263,7 +263,7 @@ export default { display: block; position: absolute; left: 100%; - bottom: 8%; + bottom: 0%; width: 900px !important; // hard-coded value, might not be correct margin-left: -930px; // hard-coded value, might not be correct height: 85% !important; @@ -281,7 +281,7 @@ export default { overflow: hidden; background-color: rgb(26, 26, 26); box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.6); - height: 378px; // hard-coded value, might not be correct + height: 390px; // hard-coded value, might not be correct } .title { padding: 0.3em; @@ -323,7 +323,7 @@ export default { width: 450px; margin-left: 450px; position: absolute; - top: 50px; // hard-coded value, might not be correct + top: 55px; // hard-coded value, might not be correct } .rangeButtonParent { padding: 0.2em;