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:
commit
f21b868bba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user