We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7a75e commit 3bf342bCopy full SHA for 3bf342b
src/vs/base/browser/ui/tree/media/tree.css
@@ -87,6 +87,7 @@
87
align-items: center;
88
justify-content: center;
89
cursor: grab;
90
+ margin-right: 2px;
91
}
92
93
.monaco-tree-type-filter-grab.grabbing {
@@ -98,12 +99,16 @@
98
99
100
101
.monaco-tree-type-filter-input .monaco-inputbox {
- height: 26px;
102
+ height: 23px;
103
104
105
.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .input,
106
.monaco-tree-type-filter-input .monaco-inputbox > .ibwrapper > .mirror {
- padding: 2px;
107
+ padding: 2px 4px;
108
+}
109
+
110
+.monaco-tree-type-filter-input .monaco-findInput > .controls {
111
+ top: 2px;
112
113
114
.monaco-tree-type-filter-actionbar {
0 commit comments