feat(header): enhance navigation and search functionality with context-aware behavior

This commit is contained in:
Will Miao
2025-10-05 20:58:14 +08:00
parent 9ac4203b1c
commit 3c7cdf5db8
3 changed files with 27 additions and 37 deletions

View File

@@ -73,7 +73,6 @@
display: flex;
align-items: center;
gap: 0.5rem;
transition: all 0.2s ease;
font-size: 0.9rem;
}
@@ -273,4 +272,4 @@
.header-search {
flex: 1;
}
}
}