mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	fix: add spacing between related videos
This commit is contained in:
		
							parent
							
								
									415a600884
								
							
						
					
					
						commit
						fa7741e180
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -265,6 +265,7 @@
 | 
				
			||||||
                        v-for="related in video.relatedStreams"
 | 
					                        v-for="related in video.relatedStreams"
 | 
				
			||||||
                        :key="related.url"
 | 
					                        :key="related.url"
 | 
				
			||||||
                        :item="related"
 | 
					                        :item="related"
 | 
				
			||||||
 | 
					                        class="mb-4"
 | 
				
			||||||
                        height="94"
 | 
					                        height="94"
 | 
				
			||||||
                        width="168"
 | 
					                        width="168"
 | 
				
			||||||
                    />
 | 
					                    />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue