mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust style of frosted glasses
This commit is contained in:
@@ -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`)"
|
||||
|
||||
@@ -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`)"
|
||||
|
||||
Reference in New Issue
Block a user