File tree Expand file tree Collapse file tree
utils/misc/nodejs-terminal/html/terminal-tabs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 {border-color : gray;background : lightgray}
3333
3434 .icon
35- {width : 32 px ;height : 32 px ;border : 1px solid gray;border-radius : 3px ;box-sizing : border-box;cursor : pointer}
35+ {width : 25 px ;height : 25 px ;border : 1px solid gray;border-radius : 3px ;box-sizing : border-box;cursor : pointer; box-sizing : border-box }
3636
3737 </ style >
3838
4646 </ div >
4747
4848 < div id =hldr >
49- < div id =terminal >
50- </ div >
5149 </ div >
5250
5351 </ template >
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 ) ;
8886 var tabs ;
8987 var tab ;
9088
89+ var hldr ;
9190
9291 var btn = { } ;
9392
119118 hldr . style . background = theme . light . background ;
120119
121120
121+
122122 } //initdom
123123
124124
You can’t perform that action at this time.
0 commit comments