decrease opacity of watched videos

This commit is contained in:
vr10t 2023-03-01 16:06:10 +00:00
parent fb8482b007
commit 6de5968136
1 changed files with 1 additions and 1 deletions

View File

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