Fix mobile navigation media query (#5749)

Co-authored-by: Creeperkatze <178587183+Creeperkatze@users.noreply.github.com>
This commit is contained in:
Arthur
2026-04-04 17:50:04 +02:00
committed by GitHub
parent d0d3aaf09b
commit 4a7525d0a1

View File

@@ -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;
}