decrease opacity of watched videos

This commit is contained in:
vr10t 2023-03-01 16:06:10 +00:00
parent fb8482b007
commit 6de5968136

View file

@ -15,7 +15,7 @@
class="w-full aspect-video" class="w-full aspect-video"
:src="item.thumbnail" :src="item.thumbnail"
:alt="item.title" :alt="item.title"
:class="{ 'shorts-img': item.isShort }" :class="{ 'shorts-img': item.isShort, 'opacity-75': item.watched }"
loading="lazy" loading="lazy"
/> />
<!-- progress bar --> <!-- progress bar -->