File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ <h4><span>socket-server</span> <span class="cocreate-badge success">string</span
61
61
62
62
< div class ="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey ">
63
63
<!-- SandBox -->
64
- < div class ="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
64
+ < div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
65
65
66
66
< div id ="demo-code " resizable class ="position:relative height:50% ">
67
67
< textarea type ="code " lang ="html " collection ="demos " document_id ="" name ="demo " save ="false " id ="demo " class ="height:100% width:100% outline:none border:none resize:none padding:5px "> </ textarea >
68
68
< div resize ="bottom " class ="background:lightgrey "> </ div >
69
69
</ div >
70
70
71
- < div id ="demo-preview " class ="position:relative display:flex height:100% background-color:white ">
71
+ < div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
72
72
< div get-value ="#demo " class ="padding:20px "> </ div >
73
73
</ div >
74
74
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"main" : " ./src/index" ,
27
25
"scripts" : {
28
26
"demo" : " PORT=5000 node demo/server.js" ,
39
37
"url" : " https://github.com/CoCreate-app/CoCreate-socket-server/issues"
40
38
},
41
39
"homepage" : " https://cocreate.app/docs/CoCreate-socket-server" ,
42
- "dependencies" : {
43
- "@cocreate/docs" : " ^1.5.1" ,
44
- "@cocreate/uuid" : " ^1.2.50"
45
- },
46
- "devDependencies" : {
47
- "express" : " ^4.17.1" ,
48
- "ws" : " 7.5.9"
49
- }
40
+ "dependencies" : { "@cocreate/docs" : " ^1.5.2" , "@cocreate/uuid" : " ^1.2.51" },
41
+ "devDependencies" : { "express" : " ^4.17.1" , "ws" : " 7.5.9" }
50
42
}
You can’t perform that action at this time.
0 commit comments