Skip to content

Commit a75dd90

Browse files
save file
1 parent eaf5956 commit a75dd90

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@
55
<style>
66

77
:host
8-
{/*flex:1*/}
8+
{--term-pad:10px}
99

1010
#terminal
11-
{/*height:100%*/
12-
position: absolute;
13-
top: 10px;
14-
bottom: 10px;
15-
left: 10px;
16-
right: 10px;
17-
}
11+
{position:absolute;top:var(--term-pad);bottom:var(--term-pad);left:var(--term-pad);right:var(--term-pad)}
1812

1913
</style>
2014

0 commit comments

Comments
 (0)