提交 bc5b547c 编写于 作者: J Joao Moreno

fixes #66580

上级 5bb29d7b
......@@ -196,7 +196,7 @@ class TreeRenderer<T, TFilterData, TTemplateData> implements IListRenderer<ITree
this.renderedNodes.set(node, templateData);
this.renderedElements.set(node.element, node);
templateData.twistie.style.marginLeft = `${node.depth * 10}px`;
templateData.twistie.style.marginLeft = `${node.depth * 12}px`;
this.renderTwistie(node, templateData.twistie);
this.renderer.renderElement(node, index, templateData.templateData);
......
......@@ -29,7 +29,7 @@
.monaco-tl-twistie.collapsible {
background-size: 16px;
background-position: 100% 50%;
background-position: 3px 50%;
background-repeat: no-repeat;
background-image: url("expanded.svg");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册