From 36f8300cb132eed8a8469697099b24d123d4a881 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 10 Jul 2025 21:31:57 -0500 Subject: [PATCH] Fix search icon jitter on mobile --- src/app/AppViewSwitcher.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/AppViewSwitcher.tsx b/src/app/AppViewSwitcher.tsx index a2104cd4..5c22f966 100644 --- a/src/app/AppViewSwitcher.tsx +++ b/src/app/AppViewSwitcher.tsx @@ -161,9 +161,8 @@ export default function AppViewSwitcher({ animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.5 }} transition={{ duration: 0.2, ease: 'easeInOut' }} - className={GAP_CLASS} > - +