Skip to content

Commit

Permalink
feat(map-view-leaflet.css): do not increase layer control size when i…
Browse files Browse the repository at this point in the history
…n touch mode
  • Loading branch information
amoncaldas committed Aug 2, 2021
1 parent ff0049e commit 557c64f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/fragments/map-view/map-view-leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
background-color: rgba(256,256,256, 0.6);
}

.map-view >>> .leaflet-touch.leaflet-control-layers-toggle {
width: 36px;
height: 36px;
}



.map-view >>> .leaflet-popup-close-button {
position: absolute;
right: 5px;
Expand Down

0 comments on commit 557c64f

Please sign in to comment.