1 parent 643d4c8 commit 7ecb5d1Copy full SHA for 7ecb5d1
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html
@@ -10,27 +10,38 @@
10
#hdr
11
{display:flex;align-items:center}
12
13
- #url-root
14
- {display:flex;align-items:center}
+ #url
+ {flex:1}
15
16
#hldr
17
{flex:1}
18
19
iframe
20
{width:100%;height:100%}
21
22
+ input
23
+ {font-size:16px;padding:5px 10px;box-sizing:border-box}
24
+
25
+ input[type=button]
26
+ {cursor:pointer}
27
28
29
</style>
30
31
32
<div id=root>
33
34
<div id=hdr>
35
- <div id=url-root>
- <div>
- url
- </div>
- <input id=url>
36
+ <div>
37
+ </div>
38
39
40
+ url
41
42
+ <input id=url>
43
44
45
</div>
46
47
0 commit comments