提交 6da46ad0 编写于 作者: B Benjamin Pasero

Close/Dirty button on tabs is not centered nicely on Windows/Linux (fixes #7976)

上级 48cd52e4
......@@ -28,6 +28,7 @@
/* Title Label */
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-label {
line-height: 35px;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
......
......@@ -81,6 +81,13 @@
outline-offset: -2px;
}
/* Tab Label */
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab .tab-label {
margin-top: auto;
margin-bottom: auto;
}
/* Tab Close */
.monaco-workbench > .part.editor > .content > .one-editor-container .title .tabs-container > .tab > .tab-close {
......
......@@ -7,7 +7,6 @@
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .title-label,
.monaco-workbench > .part.editor > .content > .one-editor-container > .title .tabs-container > .tab .tab-label {
line-height: 35px;
white-space: nowrap;
flex: 1;
font-style: italic;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册