Remove scale on feeds display (mobile)

This commit is contained in:
2019-06-01 16:24:53 +02:00
parent 966601f2ff
commit 297660b70c
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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long