mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Merge pull request #2154 from vr10t/desaturate-watched-videos
Decrease opacity of watched video thumbnails.
This commit is contained in:
commit
963eb326f3
@ -15,7 +15,7 @@
|
|||||||
class="w-full aspect-video object-contain"
|
class="w-full aspect-video object-contain"
|
||||||
: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