foldable feed panel

This commit is contained in:
2019-03-10 15:50:58 +01:00
parent 7abce20d9f
commit 4c9738924c
7 changed files with 138 additions and 69 deletions

11
style/_mobile.scss Normal file
View File

@@ -0,0 +1,11 @@
@media only screen and (max-width: 800px) {
.desktop, .leaflet-control-container {
display: none;
}
}
@media only screen and (min-width: 801px) {
.mobile {
display: none;
}
}