Skip to content

Commit 3bf342b

Browse files
authored
Adjust tree find widget padding (microsoft#156577)
fixes microsoft#156244
1 parent cb7a75e commit 3bf342b

File tree

1 file changed

+7
-2
lines changed
  • src/vs/base/browser/ui/tree/media

1 file changed

+7
-2
lines changed

src/vs/base/browser/ui/tree/media/tree.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
align-items: center;
8888
justify-content: center;
8989
cursor: grab;
90+
margin-right: 2px;
9091
}
9192

9293
.monaco-tree-type-filter-grab.grabbing {
@@ -98,12 +99,16 @@
9899
}
99100

100101
.monaco-tree-type-filter-input .monaco-inputbox {
101-
height: 26px;
102+
height: 23px;
102103
}
103104

104105
.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .input,
105106
.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .mirror {
106-
padding: 2px;
107+
padding: 2px 4px;
108+
}
109+
110+
.monaco-tree-type-filter-input .monaco-findInput > .controls {
111+
top: 2px;
107112
}
108113

109114
.monaco-tree-type-filter-actionbar {

0 commit comments

Comments
 (0)