mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:15:12 +00:00
Layout changes finally work from backend commands
This commit is contained in:
@ -105,7 +105,10 @@ $layouts: (
|
||||
@each $k, $v in $map {
|
||||
#{$sel}#{$k} {
|
||||
@if (length($v) == 0) {
|
||||
display: none
|
||||
// We need to make sure the DOM element is displayed but not visible
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
z-index: -10000000;
|
||||
}
|
||||
@else {
|
||||
grid-column-start: nth($v, 1);
|
||||
|
Reference in New Issue
Block a user