Implemented different layout sizes

This commit is contained in:
Meierschlumpf
2023-01-06 22:46:07 +01:00
parent 26bcb2fc34
commit 9608452bed
16 changed files with 564 additions and 484 deletions

View File

@@ -184,13 +184,35 @@ export default function ContainerActionBar({ selected, reload }: ContainerAction
},
},
shape: {
location: {
x: 0,
y: 0,
lg: {
location: {
x: 0,
y: 0,
},
size: {
height: 1,
width: 1,
},
},
size: {
height: 1,
width: 1,
md: {
location: {
x: 0,
y: 0,
},
size: {
height: 1,
width: 1,
},
},
sm: {
location: {
x: 0,
y: 0,
},
size: {
height: 1,
width: 1,
},
},
},
integration: {