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