提交 b4b8bcda 编写于 作者: J Johannes Rieken

tweak padding-right for decorations

上级 78fc9abd
......@@ -26,7 +26,9 @@
cursor: pointer;
}
.monaco-workbench .part.editor > .content .editor-group-container > .title .monaco-icon-label::after {
/* By defalut the icon label has a padding right and this isn't wanted when not showing tabs and not showing breadcrumbs */
.monaco-workbench .part.editor > .content .editor-group-container > .title.breadcrumbs .monaco-icon-label::after,
.monaco-workbench .part.editor > .content .editor-group-container > .title.tabs .monaco-icon-label::after {
padding-right: 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册