We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4edc90 commit 125699eCopy full SHA for 125699e
1 file changed
utils/misc/nodejs-terminal/html/terminal-tabs/terminal-tabs.html
@@ -10,7 +10,7 @@
10
{display:flex;align-items:center;gap:5px}
11
12
#tab-icons
13
- {margin-right:10px}
+ {margin-right:10px;display:flex;align-items:center}
14
15
#tab-remove
16
{padding:2px 1px;
@@ -37,7 +37,7 @@
37
{border-color:gray;background:lightgray}
38
39
.icon
40
- {width:25px;height:29px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer;box-sizing:border-box}
+ {width:25px;height:27px;border:1px solid gray;border-radius:3px;box-sizing:border-box;cursor:pointer;box-sizing:border-box}
41
42
</style>
43
0 commit comments