updated mobile view

This commit is contained in:
2026-09-21 14:55:17 +10:00
parent 7fc701651f
commit 58ef614cd9

View File

@@ -40,28 +40,19 @@
}, },
"focusOptions": { "focusOptions": {
"minWorldBox": { "minWorldBox": {
"width": 750, "width": 873,
"height": 412 "height": 412
}, },
"anchorX": 0.7, "anchorX": 0.67,
"responsiveWorldBox": [ "responsiveWorldBox": [
{ {
"minViewportWidth": 768, "minViewportWidth": 768,
"minWorldBox": { "minWorldBox": {
"width": 748, "width": 873,
"height": 600 "height": 600
}, },
"anchorX": 0.7, "anchorX": 0.67,
"anchorY": 0.6 "anchorY": 0.6
},
{
"minViewportWidth": 480,
"minWorldBox": {
"width": 620,
"height": 338
},
"anchorX": 0.75,
"anchorY": 0.75
} }
], ],
"anchorY": 0.7 "anchorY": 0.7
@@ -625,97 +616,15 @@
] ]
}, },
{ {
"id": "blog_markdown-test", "id": "blog_welcome",
"type": "blog_post", "type": "blog_post",
"title": "Markdown Formatting Test", "title": "Welcome",
"blogSlug": "markdown-test",
"position": { "position": {
"x": 1500, "x": 1500,
"y": 900 "y": 900
}, },
"width": 600, "width": 600,
"inputs": [], "inputs": [],
"outputs": [
{
"id": "exec_out",
"name": "Next",
"direction": "output",
"kind": "exec"
}
]
},
{
"id": "blog_testddd",
"type": "blog_post",
"title": "test d d d d",
"blogSlug": "testddd",
"position": {
"x": 2200,
"y": 900
},
"width": 600,
"inputs": [
{
"id": "exec_in",
"name": "Previous",
"direction": "input",
"kind": "exec"
}
],
"outputs": [
{
"id": "exec_out",
"name": "Next",
"direction": "output",
"kind": "exec"
}
]
},
{
"id": "blog_welcome",
"type": "blog_post",
"title": "Welcome to My Blog",
"blogSlug": "welcome",
"position": {
"x": 2900,
"y": 900
},
"width": 600,
"inputs": [
{
"id": "exec_in",
"name": "Previous",
"direction": "input",
"kind": "exec"
}
],
"outputs": [
{
"id": "exec_out",
"name": "Next",
"direction": "output",
"kind": "exec"
}
]
},
{
"id": "blog_node-graphs",
"type": "blog_post",
"title": "Building Interactive Node Graphs",
"blogSlug": "node-graphs",
"position": {
"x": 3600,
"y": 900
},
"width": 600,
"inputs": [
{
"id": "exec_in",
"name": "Previous",
"direction": "input",
"kind": "exec"
}
],
"outputs": [] "outputs": []
} }
], ],
@@ -947,42 +856,6 @@
"pinId": "target" "pinId": "target"
}, },
"kind": "object" "kind": "object"
},
{
"id": "blog_connection_0",
"from": {
"nodeId": "blog_markdown-test",
"pinId": "exec_out"
},
"to": {
"nodeId": "blog_testddd",
"pinId": "exec_in"
},
"kind": "exec"
},
{
"id": "blog_connection_1",
"from": {
"nodeId": "blog_testddd",
"pinId": "exec_out"
},
"to": {
"nodeId": "blog_welcome",
"pinId": "exec_in"
},
"kind": "exec"
},
{
"id": "blog_connection_2",
"from": {
"nodeId": "blog_welcome",
"pinId": "exec_out"
},
"to": {
"nodeId": "blog_node-graphs",
"pinId": "exec_in"
},
"kind": "exec"
} }
] ]
} }