Readd attribution, small fixes

This commit is contained in:
Pieter Vander Vennet 2020-11-25 16:10:14 +01:00
parent dc5cd08a3a
commit 43a9b57db9
7 changed files with 369 additions and 355 deletions

View file

@ -10,10 +10,6 @@ Contains tweaks for small screens
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
.leaflet-control-attribution {
display: none;
}
.only-on-mobile {
display: unset;
background-color: var(--background-color);