Add bigger zoom-in and zoom-out button, move attribution to button on small screens

This commit is contained in:
Pieter Vander Vennet 2021-02-21 03:38:12 +01:00
parent 2572e99b95
commit 604d7863fe
13 changed files with 142 additions and 66 deletions

View file

@ -51,6 +51,13 @@ Contains tweaks for small screens
}
}
@media only screen and (max-width: 768px) {
.leaflet-control-attribution{
display: none;
}
}
@media only screen and (max-width: 600px) {
/* Portrait */
#userbadge-and-search {