diff --git a/apps/frontend/src/layouts/default.vue b/apps/frontend/src/layouts/default.vue index 6ef59f08c5..3e1733bc23 100644 --- a/apps/frontend/src/layouts/default.vue +++ b/apps/frontend/src/layouts/default.vue @@ -1471,13 +1471,13 @@ const { cycle: changeTheme } = useTheme() } } -@media (any-hover: none) and (max-width: 640px) { +@media (pointer: coarse) and (max-width: 640px) { .desktop-only { display: none; } } -@media (any-hover: none) and (max-width: 640px) { +@media (pointer: coarse) and (max-width: 640px) { .mobile-navigation { display: flex; }