提交 30cabe9b 编写于 作者: R Rob Lourens

Nicer single line search input sizing

上级 9d42fe98
......@@ -74,7 +74,6 @@
box-sizing: border-box;
white-space: pre-wrap;
visibility: hidden;
min-height: 26px;
word-wrap: break-word;
}
......
......@@ -33,13 +33,19 @@
height: 100%;
}
.search-view .search-widget .monaco-inputbox > .wrapper > .mirror,
.search-view .search-widget .monaco-inputbox > .wrapper > textarea.input {
padding: 3px;
padding-left: 4px;
}
.search-view .search-widget .monaco-inputbox > .wrapper > .mirror {
max-height: 134px;
}
.search-view .monaco-inputbox > .wrapper > textarea.input {
.search-view .search-widget .monaco-inputbox > .wrapper > textarea.input {
overflow: initial;
height: 26px; /* set initial height before measure */
height: 24px; /* set initial height before measure */
}
.search-view .monaco-inputbox > .wrapper > textarea.input::-webkit-scrollbar {
......@@ -51,10 +57,6 @@
vertical-align: middle;
}
.search-view .search-widget .monaco-findInput > .controls {
top: 4px; /* Adjust controls, search view input box is slighty taller than find widget due to measurement */
}
.search-view .search-widget .replace-container {
margin-top: 6px;
position: relative;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册