Small css tweaks
This commit is contained in:
parent
d36d16911a
commit
89b2dc8a10
2 changed files with 7 additions and 2 deletions
|
@ -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~*"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue