Skip to content

Commit a281c98

Browse files
save file
1 parent 6d18371 commit a281c98

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<template shadowrootmode=open>
44

55
<style>
6-
6+
:host
7+
{height:100%;display:flex;flex-direction:column}
8+
79
#tabs
810
{display:flex;align-items:center}
911

@@ -18,7 +20,7 @@
1820
{border-top-left:5px;border-top-right:5px;border-style:solid;border-width:1px;padding:5px 10px}
1921

2022
#hldr
21-
{padding:10px;border:2px solid lightgray;box-sizing:border-box;flex:1;background:hsl(45,86%,98%)}
23+
{flex:1;padding:10px;border:2px solid lightgray;box-sizing:border-box;flex:1;background:hsl(45,86%,98%)}
2224

2325
#terminal
2426
{height:100%;position:relative;z-index:0}

0 commit comments

Comments
 (0)