mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: frosted glass effect not working in firefox
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user