refactor: open search from titlebar command

This commit is contained in:
2026-08-05 00:03:33 +02:00
parent e910a53def
commit 3442b5fa4e
7 changed files with 47 additions and 82 deletions
+1 -18
View File
@@ -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;
}