mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: use --bew-skeleton to represent the skeleton color
This commit is contained in:
@@ -305,7 +305,7 @@ function isMusic(item: FavoriteResource) {
|
||||
>
|
||||
<picture
|
||||
rounded="$bew-radius" style="box-shadow: 0 16px 24px -12px rgba(0, 0, 0, .36)"
|
||||
aspect-video mb-4 bg="$bew-fill-2"
|
||||
aspect-video mb-4 bg="$bew-skeleton"
|
||||
>
|
||||
<img
|
||||
v-if="activatedCategoryCover" :src="removeHttpFromUrl(`${activatedCategoryCover}@480w_270h_1c`)"
|
||||
|
||||
@@ -296,7 +296,7 @@ function jumpToLoginPage() {
|
||||
<!-- Cover -->
|
||||
<div
|
||||
pos="relative"
|
||||
bg="$bew-fill-4"
|
||||
bg="$bew-skeleton"
|
||||
w="full md:full lg:250px"
|
||||
flex="shrink-0"
|
||||
rounded="$bew-radius"
|
||||
|
||||
@@ -171,7 +171,7 @@ function jumpToLoginPage() {
|
||||
<!-- Cover -->
|
||||
<div
|
||||
pos="relative"
|
||||
bg="$bew-fill-4"
|
||||
bg="$bew-skeleton"
|
||||
w="full md:full lg:250px"
|
||||
flex="shrink-0"
|
||||
rounded="$bew-radius"
|
||||
@@ -331,7 +331,7 @@ function jumpToLoginPage() {
|
||||
>
|
||||
<picture
|
||||
rounded="$bew-radius" style="box-shadow: 0 16px 24px -12px rgba(0, 0, 0, .36)"
|
||||
aspect-video mb-4 bg="$bew-fill-2"
|
||||
aspect-video mb-4 bg="$bew-skeleton"
|
||||
>
|
||||
<img
|
||||
v-if="currentWatchLaterList[0]" :src="removeHttpFromUrl(`${currentWatchLaterList[0].pic}@480w_270h_1c`)"
|
||||
|
||||
Reference in New Issue
Block a user