fix: navigation unintentionally resizing on hover on mobile viewport sizes
This commit is contained in:
parent
df3014e2a5
commit
1707b6f4af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue