Skip to content

Commit 6e15768

Browse files
save file
1 parent fc0e982 commit 6e15768

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{border-color:gray;background:lightgray}
3333

3434
.icon
35-
{width:32px;height:32px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer}
35+
{width:25px;height:25px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer;box-sizing:border-box}
3636

3737
</style>
3838

@@ -46,8 +46,6 @@
4646
</div>
4747

4848
<div id=hldr>
49-
<div id=terminal>
50-
</div>
5149
</div>
5250

5351
</template>
@@ -68,7 +66,7 @@
6866

6967
$ = mod.rd(params,'$',$);
7068
theme = mod.rd(params,'theme',theme);
71-
Terminal = mod.rd(params,'Terminal',terminal);
69+
Terminal = mod.rd(params,'Terminal',Terminal);
7270
FitAddon = mod.rd(params,'FitAddon',FitAddon);
7371
webcontainer = mod.rd(params,'webcontainer',webcontainer);
7472
spinner = mod.rd(params,'spinner',spinner);
@@ -88,6 +86,7 @@
8886
var tabs;
8987
var tab;
9088

89+
var hldr;
9190

9291
var btn = {};
9392

@@ -119,6 +118,7 @@
119118
hldr.style.background = theme.light.background;
120119

121120

121+
122122
}//initdom
123123

124124

0 commit comments

Comments
 (0)