From 89b2dc8a107b9836e5fa0dc23b3071e3e87a5a99 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 2 Dec 2020 21:37:53 +0100 Subject: [PATCH] Small css tweaks --- assets/themes/shops/shops.json | 4 ++-- css/mobile.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/themes/shops/shops.json b/assets/themes/shops/shops.json index 63bf4043e..8eda7eb81 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 9439ed80f..148f22779 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;