Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Nov 25, 2023
1 parent a76d383 commit 49c54d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion HTML/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,12 @@
}
}

@media only screen and (max-width: 1400px) {
.min-width-1400 {
display: none;
}
}

.shiptable-map {
width: 10px;
}
Expand Down Expand Up @@ -4099,7 +4105,7 @@
markerFilterControl = L.control({ position: "topright" });

markerFilterControl.onAdd = function (map) {
var controlDiv = L.DomUtil.create("div", "leaflet-control-layers round-control min-height-350 min-width-1500");
var controlDiv = L.DomUtil.create("div", "leaflet-control-layers round-control min-height-350 min-width-1400");

L.DomEvent.on(controlDiv, "click", function (e) {
L.DomEvent.stopPropagation(e);
Expand Down

0 comments on commit 49c54d2

Please sign in to comment.