fix(theme): header blur incomplete

pull/639/head
Percy Ma 3 years ago
parent 0e5f1e4dd5
commit de9f21446b
No known key found for this signature in database
GPG Key ID: A1803D3315E6CCBC

@ -28,6 +28,7 @@ provide('close-screen', closeScreen)
@media (min-width: 960px) { @media (min-width: 960px) {
.VPNav { .VPNav {
position: fixed; position: fixed;
backdrop-filter: saturate(50%) blur(8px);
} }
} }
</style> </style>

@ -76,12 +76,6 @@ defineEmits<{
flex-grow: 1; flex-grow: 1;
} }
@media (min-width: 960px) {
.content {
backdrop-filter: saturate(50%) blur(8px);
}
}
.menu + .translations::before, .menu + .translations::before,
.menu + .appearance::before, .menu + .appearance::before,
.menu + .social-links::before, .menu + .social-links::before,

Loading…
Cancel
Save