Various map styling fixes (#278)

Addresses #182, #291, #273 and #191 

In particular:
* Removes zoom fading for now
* adds legend
* Styles mapbox popup correctly
* Styles zoom control
* Adds feature borders at higher zoom levels
This commit is contained in:
Nat Hillard 2021-07-01 12:57:59 -04:00 committed by GitHub
commit beac44ef20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 236 additions and 187 deletions

View file

@ -1,6 +1,6 @@
.zoomWarning {
background-color: #953a10;
height: 5.5%;
height: 4.3%;
width: 66%;
margin: auto;
color: white;
@ -9,7 +9,7 @@
justify-content: center;
position: absolute;
top: 50%;
left: 20%;
left: 15%;
}
.zoomWarning > img {