add 30% x-offset on zoom
This commit is contained in:
@@ -37,14 +37,17 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#legend {
|
||||
background: white;
|
||||
|
||||
#legend, .leaflet-control-layers.leaflet-control {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 3px;
|
||||
padding: 1px 0 0 0;
|
||||
|
||||
border: none;
|
||||
margin: 1em;
|
||||
}
|
||||
#legend {
|
||||
right: 30vw;
|
||||
|
||||
.line {
|
||||
display: inline-block;
|
||||
border-left: 2em solid;
|
||||
|
||||
Reference in New Issue
Block a user