+
@@ -63,6 +63,10 @@ defineEmits<{
height: var(--vp-nav-height-desktop);
border-bottom: 0;
}
+
+ .VPNavBar.has-sidebar .content {
+ backdrop-filter: saturate(50%) blur(8px);
+ }
}
.container {
@@ -79,12 +83,6 @@ defineEmits<{
flex-grow: 1;
}
-@media (min-width: 960px) {
- .has-sidebar {
- backdrop-filter: saturate(50%) blur(8px);
- }
-}
-
.menu + .translations::before,
.menu + .appearance::before,
.menu + .social-links::before,