Fix search icon jitter on mobile
This commit is contained in:
parent
1610ebfc85
commit
36f8300cb1
@ -161,9 +161,8 @@ export default function AppViewSwitcher({
|
|||||||
animate={{ opacity: 1, scale: 1 }}
|
animate={{ opacity: 1, scale: 1 }}
|
||||||
exit={{ opacity: 0, scale: 0.5 }}
|
exit={{ opacity: 0, scale: 0.5 }}
|
||||||
transition={{ duration: 0.2, ease: 'easeInOut' }}
|
transition={{ duration: 0.2, ease: 'easeInOut' }}
|
||||||
className={GAP_CLASS}
|
|
||||||
>
|
>
|
||||||
<Switcher className="max-sm:hidden">
|
<Switcher className={clsx('max-sm:hidden', GAP_CLASS)}>
|
||||||
<SwitcherItem
|
<SwitcherItem
|
||||||
href={pathSort}
|
href={pathSort}
|
||||||
icon={<IconSort
|
icon={<IconSort
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user