mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(favorites,watch-later): enhance content visibility (#1132)
close #1132
This commit is contained in:
@@ -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
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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
|
||||
>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user