fix: make search bar full-width to align with tabs and grid

This commit is contained in:
SnapOtter
2026-06-14 21:09:42 +08:00
parent 43b190134e
commit 207c1c348b
+1 -1
View File
@@ -150,7 +150,7 @@ function HomeSearchBar({
}, [location.search, navigate]);
return (
<div className="relative max-w-2xl mx-auto mb-8">
<div className="relative mb-8">
<Search className="absolute start-4 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground pointer-events-none" />
<input
ref={inputRef}