File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ <h3>searchbar</h3><template>
257257</div>
258258-->
259259
260- < H2 > Components Playground</ H2 > < template > < sol-component source ="./playground.html "> </ sol-component > </ template >
260+ < H2 > Components Playground</ H2 > < template > < sol-component source ="./playground.html " nodemo > </ sol-component > </ template >
261261
262262< H2 > Contribute & Extend</ H2 > < div >
263263
Original file line number Diff line number Diff line change 1- < body >
1+ < div id =" main " >
22 < div id ="display ">
33</ div >
44 < div id ="editor ">
1212 </ textarea >
1313 < div id ="control "> < b > < a href ="./index.html "> Solid Web Components</ a > Playground</ b > < button onclick ="submit() "> submit</ button > </ div >
1414 </ div >
15+ </ div >
1516
1617< script >
1718 function submit ( ) {
2324</ script >
2425
2526< style >
26- body {
27+ # main {
28+ height : 90% ;
2729 display : grid;
2830 grid-template-rows : 50% 50% ;
2931}
You can’t perform that action at this time.
0 commit comments