提交 7ac1546b 编写于 作者: I isidor

panel part title: tweaks to the size

fixes #40010
上级 3e11c1e4
......@@ -50,7 +50,8 @@
}
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar {
line-height: 32px;
line-height: 30px;
height: 35px;
}
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .action-item:first-child {
......@@ -62,7 +63,8 @@
padding-left: 16px;
padding-right: 16px;
font-size: 11px;
padding-bottom: 4px; /* puts the bottom border down */
padding-bottom: 3px; /* puts the bottom border down */
padding-top: 2px;
display: flex;
}
......
......@@ -331,7 +331,7 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
outline-style: solid;
border-bottom: none;
padding-bottom: 0;
outline-offset: 3px;
outline-offset: 1px;
}
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .action-item:not(.checked) .action-label:hover {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册