Merge pull request #709 from colouring-cities/feature/always-active-legend-hider

Enable hiding legend also on a large screens
This commit is contained in:
Mateusz Konieczny 2022-01-14 18:37:52 +01:00 committed by GitHub
commit f21b868bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,11 +123,14 @@
.expander-button:hover {
box-shadow: none;
}
/* hides expander/hider button of legend on a small screens */
/*
@media (min-height: 670px) and (min-width: 880px) {
.expander-button {
visibility: hidden;
}
}
*/
.map-legend .logo {
padding: 0 0.5rem 0.5rem;