Skip to content

Commit 1a1f6c8

Browse files
save file
1 parent 9eb48b7 commit 1a1f6c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/editors/js-console/js-console.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
.flex
135135
{display:flex;align-items:center}
136136
.item
137-
{border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;border-radius:5px;cursor:pointer;margin-right:20px}
137+
{border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;gap:10px;border-radius:5px;cursor:pointer}
138138

139139
#save-root
140140
{margin-left:5px;display:flex}
@@ -166,9 +166,9 @@
166166
#iframe-root input
167167
{margin-left:10px}
168168
#async-root
169-
{}
169+
{margin-right:20px}
170170
#async-root input
171-
{margin-left:10px}
171+
{}
172172

173173
#horiz
174174
{margin-left:50px;border:none}

0 commit comments

Comments
 (0)