提交 193fead4 编写于 作者: M Miguel Solorio

Fix #82192

上级 c0bd994b
......@@ -91,8 +91,12 @@
.search-view .search-widget .replace-container .monaco-action-bar .action-item .codicon {
background-repeat: no-repeat;
width: 20px;
width: 25px;
height: 25px;
margin-right: 0;
display: flex;
align-items: center;
justify-content: center;
}
.search-view .query-details {
......@@ -103,10 +107,9 @@
.search-view .query-details .more {
position: absolute;
margin-right: 0.3em;
right: 0;
cursor: pointer;
width: 16px;
width: 25px;
height: 16px;
z-index: 2; /* Force it above the search results message, which has a negative top margin */
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册