fix: frosted glass effect not working in firefox

This commit is contained in:
Hakadao
2024-04-29 01:01:32 +08:00
parent e13af11121
commit 2c4e44f213
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@ function isMusic(item: FavoriteResource) {
>
<div
absolute w-full h-full backdrop-blur-40px
bg="$bew-fill-4" mix-blend-luminosity
bg="$bew-fill-4"
/>
<img
v-if="activatedCategoryCover"

View File

@@ -264,7 +264,7 @@ function jumpToLoginPage() {
>
<div
absolute w-full h-full backdrop-blur-40px
bg="$bew-fill-4" mix-blend-luminosity
bg="$bew-fill-4"
/>
<img
v-if="watchLaterList[0]"