mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
decrease opacity of watched videos
This commit is contained in:
parent
fb8482b007
commit
6de5968136
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user