File tree 4 files changed +7
-13
lines changed
4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ <h2 class="padding:5px_0px">Demo</h2>
97
97
</ div >
98
98
< div class ="position:sticky top:0 padding:15px_0px height:100vh ">
99
99
<!-- SandBox -->
100
- < div class ="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
100
+ < div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
101
101
102
102
< div id ="demo-code " resizable class ="position:relative height:50% ">
103
103
< 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 >
104
104
< div resize ="bottom " class ="background:lightgrey "> </ div >
105
105
</ div >
106
106
107
- < div id ="demo-preview " class ="position:relative display:flex height:100% background-color:white ">
107
+ < div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
108
108
< div get-value ="#demo " class ="padding:20px "> </ div >
109
109
</ div >
110
110
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
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
35
33
},
36
34
"author" : " CoCreate LLC" ,
37
35
"license" : " MIT" ,
38
- "bugs" : {
39
- "url" : " https://github.com/CoCreate-app/CoCreate-kanban/issues"
40
- },
36
+ "bugs" : { "url" : " https://github.com/CoCreate-app/CoCreate-kanban/issues" },
41
37
"homepage" : " https://cocreate.app/docs/kanban" ,
42
38
"funding" : {
43
39
"type" : " GitHub Sponsors ❤" ,
57
53
"webpack-cli" : " ^4.5.0" ,
58
54
"webpack-log" : " ^3.0.1"
59
55
},
60
- "dependencies" : {
61
- "@cocreate/docs" : " ^1.5.1"
62
- }
56
+ "dependencies" : { "@cocreate/docs" : " ^1.5.2" }
63
57
}
Original file line number Diff line number Diff line change @@ -234,6 +234,6 @@ <h3 collection="modules" document_id="" name="name">Status Name</h3>
234
234
</ main >
235
235
</ body >
236
236
237
- < script src ="https://cdn.cocreate.app/1.37.1 /CoCreate.min.js " > </ script >
237
+ < script src ="https://cdn.cocreate.app/1.38.0 /CoCreate.min.js " > </ script >
238
238
239
239
</ html >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ <h3>{{document.name}}</h3>
157
157
158
158
</ div >
159
159
160
- < script src ="https://cdn.cocreate.app/1.37.1 /CoCreate.min.js " > </ script >
160
+ < script src ="https://cdn.cocreate.app/1.38.0 /CoCreate.min.js " > </ script >
161
161
162
162
</ body >
163
163
You can’t perform that action at this time.
0 commit comments