mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2154 from vr10t/desaturate-watched-videos
Decrease opacity of watched video thumbnails.
This commit is contained in:
		
						commit
						963eb326f3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue