Remove scale on feeds display (mobile)

This commit is contained in:
2019-06-01 16:24:53 +02:00
parent 78dd1b1f7a
commit a6b8ae9b10
4 changed files with 10 additions and 9 deletions

View File

@@ -13,6 +13,10 @@
.leaflet-right {
width: calc(100% - 44px - 2 * #{$block-spacing});
}
.leaflet-control-container .leaflet-bottom.leaflet-right {
display: none;
}
}
.leaflet-control-container {