refactor: open search from titlebar command
This commit is contained in:
@@ -53,10 +53,6 @@
|
||||
color: var(--text-strong);
|
||||
}
|
||||
|
||||
.global-search-source.is-overlay-open {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.search-overlay-backdrop {
|
||||
display: block;
|
||||
padding: 0;
|
||||
@@ -110,7 +106,7 @@
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
flex-direction: column;
|
||||
margin-top: -44px;
|
||||
margin-top: 8px;
|
||||
overflow: hidden;
|
||||
border: var(--border-line);
|
||||
border-radius: 6px;
|
||||
@@ -464,19 +460,6 @@
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.global-search-source {
|
||||
width: 34px;
|
||||
min-width: 34px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.global-search-source input,
|
||||
.global-search-source .global-search-clear {
|
||||
width: 0;
|
||||
padding: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.search-overlay-results-panel {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user