We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782fea commit 670ae62Copy full SHA for 670ae62
1 file changed
utils/misc/nodejs-terminal/nodejs-terminal.html
@@ -180,7 +180,7 @@
180
181
182
#icons
183
- {display:flex;align-items:center;gap:5px}
+ {display:flex;align-items:center;gap:5px;margin-right:20px}
184
185
.icon
186
{width:32px;height:32px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer}
@@ -240,9 +240,6 @@
240
<img id=snippet-console title=snippet-console class=icon>
241
</div>
242
243
- <div class=spc>
244
- </div>
245
-
246
<div id=more-menu-click>
247
<span>
248
more
0 commit comments