Skip to content

Commit

Permalink
Location Page Map Improvements (#1246)
Browse files Browse the repository at this point in the history
* Improved styles for InfoWindow in location page

* Added missing lat lng inputs to location manager

* Added youth locations to location page map
  • Loading branch information
itbel committed Oct 27, 2023
1 parent 9d2dfc8 commit 45094d2
Show file tree
Hide file tree
Showing 8 changed files with 307 additions and 47 deletions.
4 changes: 4 additions & 0 deletions public/static/svg/YouthPin-selected.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/static/svg/YouthPin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 20 additions & 7 deletions src/components/RenderRouter/CombinedMap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
align-items: flex-start;
}
}
.gm-ui-hover-effect {
filter: invert(1) !important;
transform: scale(2) !important;
margin-top: 16px !important;
margin-right: 16px !important;
}

.CombinedMapFormItemContainer {
height: 149px;
Expand Down Expand Up @@ -40,6 +46,12 @@
}
}

.CombinedMapItemMapInfoWindowAddress {
font-family: Graphik Web;
font-size: 12px;
line-height: 18px;
margin-bottom: 16px;
}
.gm-style .gm-style-iw {
background-color: #1a1a1a;
color: white;
Expand All @@ -48,7 +60,7 @@

.gm-style .gm-style-iw-d {
overflow: hidden !important;
padding: 16px;
padding: 4px 16px 16px;
}

.ListButton {
Expand Down Expand Up @@ -208,13 +220,13 @@
width: 80vw;
}
.CombinedMapItemDiv2 {
position: absolute;
//position: absolute;
left: 40vw;
width: 40vw;
height: 88vh;
}
.CombinedMapItemDiv3 {
position: absolute;
//position: absolute;
left: 0vw;
width: 40vw;
height: 88vh;
Expand Down Expand Up @@ -246,6 +258,7 @@
margin-bottom: 0.5vw;
}
.CombinedMapH1 {
margin-bottom: 40px;
font-size: 48px;
font-family: Graphik Web;
font-weight: bold;
Expand Down Expand Up @@ -309,13 +322,13 @@
width: 80vw;
}
.CombinedMapItemDiv2 {
position: absolute;
//position: absolute;
left: 40vw;
width: 40vw;
height: 88vh;
}
.CombinedMapItemDiv3 {
position: absolute;
//position: absolute;
left: 0vw;
width: 40vw;
height: 100vh;
Expand Down Expand Up @@ -392,7 +405,7 @@
display: inline;
}
.CombinedMapFormItemContainer {
position: absolute;
//position: absolute;
top: 25vw;
width: 100%;
.LocationSelect {
Expand Down Expand Up @@ -427,7 +440,7 @@
}
}
.LoadingContainer {
position: absolute;
//position: absolute;
top: 35vw;
margin-left: -5vw;
padding-left: 15px;
Expand Down

0 comments on commit 45094d2

Please sign in to comment.