diff --git a/src/components/UsrMsg.vue b/src/components/UsrMsg.vue index 506eb4c2..89cc8687 100644 --- a/src/components/UsrMsg.vue +++ b/src/components/UsrMsg.vue @@ -46,6 +46,6 @@ export default { diff --git a/src/components/map/map.vue b/src/components/map/map.vue index 5addb595..f768ff58 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -546,7 +546,7 @@ $sideMenu-width: 250px; align-items: center; position: absolute; top: 7em; - left: 1em; + left: 0.7em; background-color: white; border: 2px solid rgba(0, 0, 0, 0.2); background-clip: padding-box; @@ -666,7 +666,7 @@ $sideMenu-width: 250px; position: absolute; top: 10px; left: 50px; - width: 90px; + width: 115px; height: 50px; background-color: white; border: 2px solid rgba(0, 0, 0, 0.2); @@ -676,6 +676,6 @@ $sideMenu-width: 250px; justify-content: center; z-index: 500; cursor: pointer; - font-size: 14px; + font-size: 16px; } diff --git a/src/components/map/sideView.vue b/src/components/map/sideView.vue index 4da28c08..285da777 100644 --- a/src/components/map/sideView.vue +++ b/src/components/map/sideView.vue @@ -175,9 +175,9 @@ export default { z-index: 401; display: block; position: absolute; - left: 25%; + left: 29.5%; bottom: 13%; - width: 440px !important; + width: 420px !important; height: 85% !important; } .main {