We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec29b76 commit 3eb46adCopy full SHA for 3eb46ad
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -82,7 +82,6 @@
82
83
misc = mod['misc-hdr'];
84
filemod = mod['file-mod'];
85
- debugger;
86
wcfs = mod['webcontainer-fs'];
87
log = mod['log-mod'];
88
@@ -145,7 +144,10 @@
145
144
146
147
#hdr
148
- {display:flex;gap:20px;align-items:center}
+ {display:flex;align-items:center}
+
149
+ #file-info
150
+ {display:flex;align-items:center;margin:0 20px}
151
152
#hldr
153
{padding:10px;border:2px solid lightgray;box-sizing:border-box;flex:1}
@@ -181,11 +183,14 @@
181
183
<div id=hdr>
182
184
185
<file-mod component></file-mod>
- <div id=filename></div>
- <div id=size></div>
186
187
<webcontainer-fs component=page></webcontainer-fs>
188
189
+ <div id=file-info>
190
+ <div id=filename></div>
191
+ <div id=size></div>
192
+ </div>
193
194
</div>
195
196
<div id=hldr>
0 commit comments