Skip to content

Commit f43fddf

Browse files
save file
1 parent 3fae6dd commit f43fddf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
{flex:1}
134134
.flex
135135
{display:flex;align-items:center}
136-
136+
.item
137+
{border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;border-radius:5px;cursor:pointer;margin-right:20px}
137138

138139
#save-root
139140
{margin-left:5px;display:flex}
@@ -165,7 +166,7 @@
165166
#iframe-root input
166167
{margin-left:10px}
167168
#async-root
168-
{border:1px solid lightgray;padding:5px 10px;display:flex;align-items:center;border-radius:5px;cursor:pointer;margin-right:20px}
169+
{}
169170
#async-root input
170171
{margin-left:10px}
171172

@@ -231,15 +232,15 @@ <h4 slot=version>
231232
</button>
232233

233234
<div id=run-opts class=flex style='display:none'>
234-
<div id=host class=flex>
235+
<div id=host class='item flex'>
235236
<span>
236237
host
237238
</span>
238239
<input type=checkbox>
239240
</div>
240241
</div>
241242

242-
<div id=async-root>
243+
<div id=async-root class='item flex'>
243244
<span>
244245
async
245246
</span>

0 commit comments

Comments
 (0)