From 38bfb91624c4ee4ea2ce7303ecfff5ab894fa404 Mon Sep 17 00:00:00 2001 From: "shakespeare.diy" Date: Mon, 16 Feb 2026 22:48:44 -0600 Subject: [PATCH] Fix search icon vertical alignment and remove focus ring - Use flex items-center on the input wrapper instead of absolute top-1/2 -translate-y-1/2 hacks for proper icon centering - Remove focus-visible ring and ring-offset on search input Co-authored-by: shakespeare.diy --- src/components/ProfileSearchDropdown.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ProfileSearchDropdown.tsx b/src/components/ProfileSearchDropdown.tsx index 845ea9c6..d0ff7f2b 100644 --- a/src/components/ProfileSearchDropdown.tsx +++ b/src/components/ProfileSearchDropdown.tsx @@ -110,11 +110,11 @@ export function ProfileSearchDropdown({ return (
{/* Search input */} -
- +
+ {isFetching && (