New settings panel & &subscription

This commit is contained in:
2020-04-05 18:56:42 +02:00
parent 7a03fa94ab
commit 13a9155634
20 changed files with 887 additions and 241 deletions

View File

@@ -5,12 +5,12 @@
#projects {
&.with-feed {
&.with-feed, &.with-settings {
#submap {
width: 100%;
}
.leaflet-right {
.leaflet-right, .leaflet-left {
width: calc(100% - 44px - 2 * #{$block-spacing});
}
@@ -20,14 +20,13 @@
}
.leaflet-control-container {
.leaflet-top.leaflet-left,
.leaflet-bottom.leaflet-left,
.leaflet-bottom.leaflet-right .leaflet-control.elevation {
display: none;
}
}
#feed {
#feed, #settings {
width: calc(100% - 44px - 2 * #{$block-spacing});
}
}
@@ -37,4 +36,4 @@
.mobile {
display: none;
}
}
}