Mobile optimizations

This commit is contained in:
2026-04-06 13:08:41 -07:00
parent bab4a516be
commit c2407408fa
33 changed files with 936 additions and 318 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export default function AnimationSwitcher() {
return (
<div
className="fixed bottom-4 left-4 z-[101] pointer-events-auto hidden md:block"
className="fixed bottom-4 left-4 z-[101] pointer-events-auto hidden lg:block"
onMouseEnter={() => setHovering(true)}
onMouseLeave={() => setHovering(false)}
onClick={handleClick}