Skip to content
Snippets Groups Projects
Commit 1ad02c94 authored by jojohoch's avatar jojohoch
Browse files

[player] Apply new grid parameters

see commit #866a33c6
parent 6c293e80
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@
[style.margin-right.px]="element.position.marginRight"
[style.margin-top.px]="element.position.marginTop"
[style.margin-bottom.px]="element.position.marginBottom"
[style.grid-column-start]="element.position.gridColumnStart"
[style.grid-column-end]="element.position.gridColumnEnd"
[style.grid-row-start]="element.position.gridRowStart"
[style.grid-row-end]="element.position.gridRowEnd"
[style.grid-column-start]="element.position.gridColumn"
[style.grid-column-end]="element.position.gridColumn + element.position.gridColumnRange"
[style.grid-row-start]="element.position.gridRow"
[style.grid-row-end]="element.position.gridRow + element.position.gridRowRange"
[style.z-index]="element.position?.zIndex"
[elementModel]="element"
[pageIndex]="pageIndex">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment