mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-11 07:17:00 +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"
|
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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user