foldable feed panel
This commit is contained in:
11
style/_mobile.scss
Normal file
11
style/_mobile.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user