Fix some sass migration regressions
This commit is contained in:
@@ -12,12 +12,13 @@
|
|||||||
|
|
||||||
#projects {
|
#projects {
|
||||||
.map-container {
|
.map-container {
|
||||||
width: $panel-width;
|
width: calc(#{$panel-width});
|
||||||
max-width: $panel-width;
|
max-width: calc(#{$panel-width});
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.with-feed, &.with-settings {
|
&.with-feed, &.with-settings {
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
width: #{$panel-width};
|
width: #{$panel-width};
|
||||||
max-width: calc(#{panel-width-max});
|
max-width: calc(#{$panel-width-max});
|
||||||
transition: transform 0.5s;
|
transition: transform 0.5s;
|
||||||
|
|
||||||
&.moving {
|
&.moving {
|
||||||
|
|||||||
Reference in New Issue
Block a user