Fix mobile navigation media query (#5749)
Co-authored-by: Creeperkatze <178587183+Creeperkatze@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
.desktop-only {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (any-hover: none) and (max-width: 640px) {
|
@media (pointer: coarse) and (max-width: 640px) {
|
||||||
.mobile-navigation {
|
.mobile-navigation {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user