enable zoom control for mobile (allows for one-touch zoom control)
move zoom control to under the layer control on smartphone layout remove localstorage zoom control visibility setting - there was no way to configure it, so seemed a bit odd
This commit is contained in:
@ -13,6 +13,12 @@ body {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom {
|
||||
margin-left: 5px !important;
|
||||
margin-top: 80px !important;
|
||||
}
|
||||
|
||||
|
||||
#chatcontrols {
|
||||
height: 38px;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user