File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ export function SearcherBar({ className }: { className?: string }) {
77 return (
88 < div className = { cn ( 'relative m-auto w-full max-w-2xl' , className ) } >
99 < Input
10- className = "bg-input border-secondary w-full rounded-2xl py-6 pr-32 pl-8 "
10+ className = "bg-input border-secondary w-full rounded-2xl py-5.5 pr-32 pl-12 sm:py-6.5 "
1111 placeholder = "Search address or id or txHash"
1212 />
13- < Search size = "18" className = "absolute top-1/2 left-2 -translate-y-1/2" />
13+ < Search
14+ size = "18"
15+ className = "absolute top-1/2 left-4 -translate-y-1/2 sm:left-6"
16+ />
1417 < Button
1518 size = "sm"
1619 variant = "outline"
17- className = "bg-input hover:bg-secondary absolute top-1/2 right-2 -translate-y-1/2"
20+ className = "bg-input hover:bg-secondary absolute top-1/2 right-4 -translate-y-1/2 sm:right-6 "
1821 >
1922 My activity
2023 </ Button >
You can’t perform that action at this time.
0 commit comments