Rework mobile device detection

This commit is contained in:
2026-04-06 15:35:46 -07:00
parent e640e87d3f
commit db46f7d6ba
10 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export default function ThemeSwitcher() {
return (
<>
<div
className="fixed bottom-4 right-4 z-[101] pointer-events-auto hidden lg:block"
className="fixed bottom-4 right-4 z-[101] pointer-events-auto hidden desk:block"
onMouseEnter={() => setHovering(true)}
onMouseLeave={() => setHovering(false)}
>