Skip to content

Commit 3eb46ad

Browse files
save file
1 parent ec29b76 commit 3eb46ad

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282

8383
misc = mod['misc-hdr'];
8484
filemod = mod['file-mod'];
85-
debugger;
8685
wcfs = mod['webcontainer-fs'];
8786
log = mod['log-mod'];
8887

@@ -145,7 +144,10 @@
145144

146145

147146
#hdr
148-
{display:flex;gap:20px;align-items:center}
147+
{display:flex;align-items:center}
148+
149+
#file-info
150+
{display:flex;align-items:center;margin:0 20px}
149151

150152
#hldr
151153
{padding:10px;border:2px solid lightgray;box-sizing:border-box;flex:1}
@@ -181,11 +183,14 @@
181183
<div id=hdr>
182184

183185
<file-mod component></file-mod>
184-
<div id=filename></div>
185-
<div id=size></div>
186186

187187
<webcontainer-fs component=page></webcontainer-fs>
188188

189+
<div id=file-info>
190+
<div id=filename></div>
191+
<div id=size></div>
192+
</div>
193+
189194
</div>
190195

191196
<div id=hldr>

0 commit comments

Comments
 (0)