mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	Merge pull request #3309 from Bnyro/master
fix: add spacing between related videos
This commit is contained in:
		@@ -265,6 +265,7 @@
 | 
			
		||||
                        v-for="related in video.relatedStreams"
 | 
			
		||||
                        :key="related.url"
 | 
			
		||||
                        :item="related"
 | 
			
		||||
                        class="mb-4"
 | 
			
		||||
                        height="94"
 | 
			
		||||
                        width="168"
 | 
			
		||||
                    />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user