New settings panel & &subscription
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user