mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	decrease opacity of watched videos
This commit is contained in:
		@@ -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 -->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user