提交 77d7e0b0 编写于 作者: B Benjamin Pasero 提交者: GitHub

Merge pull request #21830 from Microsoft/tyriar/21824

Center panel header hit boxes
...@@ -25,13 +25,17 @@ ...@@ -25,13 +25,17 @@
/** Panel Switcher */ /** Panel Switcher */
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar { .monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar {
padding-left: 12px;
line-height: 35px; line-height: 35px;
} }
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .action-item:first-child .action-label {
margin-left: 12px;
}
.monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .action-item .action-label { .monaco-workbench > .part.panel > .title > .panel-switcher-container > .monaco-action-bar .action-item .action-label {
text-transform: uppercase; text-transform: uppercase;
margin-right: 33px; margin-left: 16px;
margin-right: 16px;
font-size: 11px; font-size: 11px;
padding-bottom: 4px; /* puts the bottom border down */ padding-bottom: 4px; /* puts the bottom border down */
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册