Small css tweaks

This commit is contained in:
Pieter Vander Vennet 2020-12-02 21:37:53 +01:00
parent d36d16911a
commit 89b2dc8a10
2 changed files with 7 additions and 2 deletions

View file

@ -17,7 +17,7 @@
"fr" "fr"
], ],
"maintainer": "MapComplete", "maintainer": "MapComplete",
"icon": "circle:#fff;./assets/themes/shops/shop.svg", "icon": "./assets/themes/shops/shop.svg",
"version": "0", "version": "0",
"startLat": 0, "startLat": 0,
"startLon": 0, "startLon": 0,
@ -31,7 +31,7 @@
"en": "Shop", "en": "Shop",
"fr": "Magasin" "fr": "Magasin"
}, },
"minzoom": 14, "minzoom": 16,
"overpassTags": { "overpassTags": {
"and": [ "and": [
"shop~*" "shop~*"

View file

@ -90,6 +90,11 @@ Contains tweaks for small screens
max-width: 100vw; max-width: 100vw;
} }
.userbadge-login {
min-width: unset;
width: calc(100vw - 5px);
}
#topleft-tools { #topleft-tools {
padding: 0.2em !important; padding: 0.2em !important;
padding-top: 0.3em !important; padding-top: 0.3em !important;