style: adjust style of frosted glasses

This commit is contained in:
Hakadao
2024-04-07 16:35:24 +08:00
parent cfe6fd5601
commit b6b7ed7c5a
3 changed files with 10 additions and 4 deletions

View File

@@ -256,7 +256,10 @@ function handleUnfavorite(favoriteResource: FavoriteResource) {
pos="absolute top-0 left-0" w-full h-full bg-cover bg-center
z--1
>
<div absolute w-full h-full style="backdrop-filter: blur(60px) saturate(180%)" bg="$bew-fill-4" />
<div
absolute w-full h-full backdrop-blur-40px
bg="$bew-fill-4" mix-blend-luminosity
/>
<img
v-if="activatedCategoryCover"
:src="removeHttpFromUrl(`${activatedCategoryCover}@480w_270h_1c`)"

View File

@@ -270,7 +270,10 @@ function jumpToLoginPage() {
pos="absolute top-0 left-0" w-full h-full bg-cover bg-center
z--1
>
<div absolute w-full h-full style="backdrop-filter: blur(60px) saturate(180%)" bg="$bew-fill-4" />
<div
absolute w-full h-full backdrop-blur-40px
bg="$bew-fill-4" mix-blend-luminosity
/>
<img
v-if="watchLaterList[0]"
:src="removeHttpFromUrl(`${watchLaterList[0].pic}@480w_270h_1c`)"