diff --git a/assets/themes/shops/shops.json b/assets/themes/shops/shops.json index 63bf404..8eda7eb 100644 --- a/assets/themes/shops/shops.json +++ b/assets/themes/shops/shops.json @@ -17,7 +17,7 @@ "fr" ], "maintainer": "MapComplete", - "icon": "circle:#fff;./assets/themes/shops/shop.svg", + "icon": "./assets/themes/shops/shop.svg", "version": "0", "startLat": 0, "startLon": 0, @@ -31,7 +31,7 @@ "en": "Shop", "fr": "Magasin" }, - "minzoom": 14, + "minzoom": 16, "overpassTags": { "and": [ "shop~*" diff --git a/css/mobile.css b/css/mobile.css index 9439ed8..148f227 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -90,6 +90,11 @@ Contains tweaks for small screens max-width: 100vw; } + .userbadge-login { + min-width: unset; + width: calc(100vw - 5px); + } + #topleft-tools { padding: 0.2em !important; padding-top: 0.3em !important;