mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: make search bar full-width to align with tabs and grid
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user