Skip to content

Commit ba78afb

Browse files
save file
1 parent d4a7034 commit ba78afb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@
33
<template shadowrootmode=open>
44

55
<style>
6+
7+
#root
8+
{display:flex;flex-direction:column}
9+
10+
web-editor
11+
{flex:1}
12+
13+
14+
input
15+
{font-size:16px;padding:5px 10px;box-sizing:border-box}
16+
617
</style>
718

819
<div id=root>
920

21+
<div id=hdr>
22+
</div>
23+
1024
<web-editor component>
1125
</web-editor>
1226

0 commit comments

Comments
 (0)