From 6de59681368bb1f0c46bea6405b3fb8dd0a058b8 Mon Sep 17 00:00:00 2001 From: vr10t Date: Wed, 1 Mar 2023 16:06:10 +0000 Subject: [PATCH] decrease opacity of watched videos --- src/components/VideoItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index bc2e48ba..ed13f5a8 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -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" />