X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/c636646759d9c541f7baf19812be18d002a8ce1d..f0c5b3bb651ab8a53df70770c3474ff07487120a:/src/components/MapPosition.svelte?ds=sidebyside diff --git a/src/components/MapPosition.svelte b/src/components/MapPosition.svelte index 650514d..074774d 100644 --- a/src/components/MapPosition.svelte +++ b/src/components/MapPosition.svelte @@ -53,7 +53,7 @@ map_store.subscribe(map => { - if (!map) { return; } + if (!map) return; map.on('move', function () { display_map_position(map); @@ -84,7 +84,7 @@
map center: {map_center} - view on osm.org + view on osm.org
map zoom: {map_zoom}
@@ -115,9 +115,6 @@ text-align: right; } - - - @media (max-width: 768px) { #map-position { top: 20px;