Skip to content

Commit ffe6955

Browse files
authored
fix: improve the style of the EditorTree node's icon (#657)
1 parent 15e219b commit ffe6955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/workbench/sidebar/explore/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
&__fileName {
106106
flex-basis: auto;
107+
margin-left: 5px;
107108
overflow: hidden;
108109
text-overflow: ellipsis;
109110
white-space: pre;
@@ -154,6 +155,7 @@
154155

155156
&__close {
156157
color: var(--icon-foreground);
158+
margin-right: 2px;
157159
opacity: 0;
158160

159161
&:hover {
@@ -165,7 +167,6 @@
165167
flex-shrink: 0;
166168
height: 22px;
167169
line-height: 23px;
168-
margin: 0 5px 0 3px;
169170
width: 16px;
170171
}
171172
}

0 commit comments

Comments
 (0)