From 9dc1482d8ab6aacdf96ab1eec69f070dfb92927e Mon Sep 17 00:00:00 2001 From: solderq35 Date: Wed, 13 Sep 2023 23:32:50 -0700 Subject: [PATCH] lighter yellow. left menu media query --- src/components/map/map.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/map/map.vue b/src/components/map/map.vue index ec58cab3..31ff7db6 100644 --- a/src/components/map/map.vue +++ b/src/components/map/map.vue @@ -630,6 +630,12 @@ $sideMenu-width: 250px; left: 10px; } +@media only screen and (max-width: 600px) { + .hideMenuButton { + left: 0px; + } +} + .side-enter-active, .side-leave-active { transition: all 1s; @@ -804,7 +810,7 @@ $sideMenu-width: 250px; margin-bottom: -15px; } .searchMapResult:hover { - background-color: #faf4d4; + background-color: #FAFA33; } .longBuildingName { position: absolute;