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 {
|
.expander-button:hover {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
/* hides expander/hider button of legend on a small screens */
|
||||||
|
/*
|
||||||
@media (min-height: 670px) and (min-width: 880px) {
|
@media (min-height: 670px) and (min-width: 880px) {
|
||||||
.expander-button {
|
.expander-button {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.map-legend .logo {
|
.map-legend .logo {
|
||||||
padding: 0 0.5rem 0.5rem;
|
padding: 0 0.5rem 0.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user