Skip to content

Commit 535b0a8

Browse files
save file
1 parent 1fcdde6 commit 535b0a8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/misc/nodejs-terminal/html/terminal-tabs/terminal-tabs.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
.inactive
3030
{border-color:gray;background:lightgray}
3131

32+
.icon
33+
{width:32px;height:32px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer}
34+
3235
</style>
3336

3437
<div id=tabs>
@@ -57,7 +60,7 @@
5760

5861
var df=true,did='terminal-tabs';
5962

60-
var $,theme,Terminal,webcontainer,FitAddon,spinner,;
63+
var $,theme,Terminal,webcontainer,FitAddon,spinner;
6164

6265
obj.initmod = function(params){
6366

0 commit comments

Comments
 (0)