Enable hiding legend also on a large screens

This commit is contained in:
Mateusz Konieczny 2022-01-14 06:10:45 +01:00
parent e12b544503
commit 08807b2654

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;