|
|
|
@ -16,7 +16,17 @@ const EMPTY_LAYOUT = { |
|
|
|
_id: "7fcf11e4-6f5b-4085-8e0d-9f3d44c98967", |
|
|
|
_component: "##builtin/screenslot", |
|
|
|
_styles: { |
|
|
|
normal: {}, |
|
|
|
normal: { |
|
|
|
flex: "1 1 auto", |
|
|
|
display: "flex", |
|
|
|
"flex-direction": "column", |
|
|
|
"justify-content": "flex-start", |
|
|
|
"align-items": "stretch", |
|
|
|
"max-width": "100%", |
|
|
|
"margin-left": "20px", |
|
|
|
"margin-right": "20px", |
|
|
|
width: "1400px", |
|
|
|
}, |
|
|
|
hover: {}, |
|
|
|
active: {}, |
|
|
|
selected: {}, |
|
|
|
@ -28,7 +38,16 @@ const EMPTY_LAYOUT = { |
|
|
|
_styles: { |
|
|
|
active: {}, |
|
|
|
hover: {}, |
|
|
|
normal: {}, |
|
|
|
normal: { |
|
|
|
display: "flex", |
|
|
|
"flex-direction": "column", |
|
|
|
"align-items": "center", |
|
|
|
"justify-content": "flex-start", |
|
|
|
"margin-right": "auto", |
|
|
|
"margin-left": "auto", |
|
|
|
"min-height": "100%", |
|
|
|
"background-image": "#f5f5f5", |
|
|
|
}, |
|
|
|
selected: {}, |
|
|
|
}, |
|
|
|
className: "", |
|
|
|
|