Fix map control style on non-main page maps
This commit is contained in:
parent
48775da938
commit
160f7b26e8
1 changed files with 2 additions and 2 deletions
|
@ -551,6 +551,7 @@ a.donate {
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
.leaflet-control .zoomout, // For non-main page maps
|
||||
.control-locate .control-button,
|
||||
.control-share .control-button {
|
||||
border-radius: 0 0 0 4px;
|
||||
|
@ -690,8 +691,7 @@ a.donate {
|
|||
}
|
||||
}
|
||||
|
||||
.site-index .leaflet-top,
|
||||
.site-export .leaflet-top {
|
||||
.leaflet-top.leaflet-right {
|
||||
top: $lineheight/2 !important;
|
||||
.leaflet-control {
|
||||
margin-right: 0px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue