fix: navigation unintentionally resizing on hover on mobile viewport sizes

This commit is contained in:
Sebin Nyshkim 2023-03-23 13:43:17 +01:00
parent df3014e2a5
commit 1707b6f4af

View file

@ -281,7 +281,7 @@
}
}
@media (hover: hover) {
@media (hover: hover) and (min-width: 50em) {
:root {
--navigation-width-expanded: calc(
var(--navigation-size) * 3.75 + env(safe-area-inset-left)