diff --git a/src/contentScripts/views/Favorites/Favorites.vue b/src/contentScripts/views/Favorites/Favorites.vue index bc0457bd..ec3681a6 100644 --- a/src/contentScripts/views/Favorites/Favorites.vue +++ b/src/contentScripts/views/Favorites/Favorites.vue @@ -287,6 +287,7 @@ function isMusic(item: FavoriteResource) { v-if="activatedCategoryCover" :src="removeHttpFromUrl(`${activatedCategoryCover}@480w_270h_1c`)" w-full h-full object="cover center" blur-40px + relative z--1 > diff --git a/src/contentScripts/views/WatchLater/WatchLater.vue b/src/contentScripts/views/WatchLater/WatchLater.vue index 11919e18..1bd0ff32 100644 --- a/src/contentScripts/views/WatchLater/WatchLater.vue +++ b/src/contentScripts/views/WatchLater/WatchLater.vue @@ -330,6 +330,7 @@ function jumpToLoginPage() { v-if="currentWatchLaterList[0]" :src="removeHttpFromUrl(`${currentWatchLaterList[0].pic}@480w_270h_1c`)" w-full h-full object="cover center" blur-40px + relative z--1 > diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 3339997b..ae7ef41f 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -180,7 +180,7 @@ --bew-fill-3: rgb(131 131 145 / 33%); // You can use this as the frosted glass mask, such as on the right side of the "Watch Later" page panel and the "Favorites" page panel - --bew-fill-4: rgb(131 131 145 / 43%); + --bew-fill-4: rgb(131 131 145 / 63%); --bew-fill-alt: rgb(255 255 255 / 43%); @@ -245,7 +245,7 @@ --bew-fill-1: rgb(131 131 145 / 14%); --bew-fill-2: rgb(131 131 145 / 24%); --bew-fill-3: rgb(131 131 145 / 34%); - --bew-fill-4: rgb(131 131 145 / 44%); + --bew-fill-4: rgb(131 131 145 / 64%); --bew-fill-alt: var(--bew-fill-1); --bew-border-color: rgb(131 131 145 / 26%);