提交 65a594e8 编写于 作者: M Miguel Solorio

Fix #92643, vertically align codicons in list views

上级 078b5735
......@@ -171,6 +171,10 @@
background-repeat: no-repeat;
}
.customview-tree .monaco-list .custom-view-tree-node-item .actions .action-label.codicon {
line-height: 22px;
}
.customview-tree .monaco-list .custom-view-tree-node-item .actions .action-label.codicon::before {
vertical-align: middle;
}
......@@ -164,6 +164,7 @@
.monaco-workbench .debug-pane .debug-call-stack .monaco-action-bar .action-item > .action-label {
width: 16px;
height: 100%;
line-height: 22px;
margin-right: 8px;
vertical-align: text-top;
}
......
......@@ -154,7 +154,7 @@
}
.scm-viewlet .monaco-list-row .resource > .name > .monaco-icon-label > .actions .action-label.codicon {
height: 22px;
line-height: 22px;
}
.scm-viewlet .scm-editor {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册