mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Fix #31 deploy button disappear
This commit is contained in:
parent
80f3dbbf1c
commit
dbb8c0a04d
@ -124,6 +124,10 @@ $layouts: (
|
|||||||
grid-column-end: nth($v, 2);
|
grid-column-end: nth($v, 2);
|
||||||
grid-row-start: nth($v, 3);
|
grid-row-start: nth($v, 3);
|
||||||
grid-row-end: nth($v, 4);
|
grid-row-end: nth($v, 4);
|
||||||
|
|
||||||
|
@if ($k == 'ide') {
|
||||||
|
max-width: calc(100vw / #{$grid-columns-count} * (#{nth($v, 2)} - #{nth($v, 1)}));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user