diff --git a/templates/widgets/asidenav.lucius b/templates/widgets/asidenav.lucius index 63a646e9a..c37796da4 100644 --- a/templates/widgets/asidenav.lucius +++ b/templates/widgets/asidenav.lucius @@ -216,7 +216,7 @@ } /* small list-item-padding for medium to large screens */ -@media (min-width: 1024px) { +@media (min-width: 1025px) { .asidenav__list-item { padding-left: 10px; @@ -297,7 +297,7 @@ } /* TABLET */ -@media (min-width: 425px) and (max-width: 768px) { +@media (min-width: 426px) and (max-width: 768px) { .main__aside { width: var(--asidenav-width-md, 50px); diff --git a/templates/widgets/navbar.lucius b/templates/widgets/navbar.lucius index 71f897af4..89c339c61 100644 --- a/templates/widgets/navbar.lucius +++ b/templates/widgets/navbar.lucius @@ -19,7 +19,7 @@ } } -@media (min-width: 1024px) { +@media (min-width: 1025px) { .navbar-shadow { display: none; diff --git a/templates/widgets/pageactionprime.hamlet b/templates/widgets/pageactionprime.hamlet index c9dd7dc02..dc826db15 100644 --- a/templates/widgets/pageactionprime.hamlet +++ b/templates/widgets/pageactionprime.hamlet @@ -10,8 +10,8 @@ $if hasPageActions