mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix minor video layout issues
This commit is contained in:
		
							parent
							
								
									3213029edc
								
							
						
					
					
						commit
						3168f87371
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -64,7 +64,6 @@
 | 
				
			||||||
                    v-if="item.uploaderAvatar"
 | 
					                    v-if="item.uploaderAvatar"
 | 
				
			||||||
                    :src="item.uploaderAvatar"
 | 
					                    :src="item.uploaderAvatar"
 | 
				
			||||||
                    loading="lazy"
 | 
					                    loading="lazy"
 | 
				
			||||||
                    :alt="item.uploaderName"
 | 
					 | 
				
			||||||
                    class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
 | 
					                    class="rounded-full mr-0.5 mt-0.5 w-32px h-32px"
 | 
				
			||||||
                    width="68"
 | 
					                    width="68"
 | 
				
			||||||
                    height="68"
 | 
					                    height="68"
 | 
				
			||||||
| 
						 | 
					@ -92,7 +91,7 @@
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <div>
 | 
					            <div class="flex items-center gap-2.5">
 | 
				
			||||||
                <router-link
 | 
					                <router-link
 | 
				
			||||||
                    :to="{
 | 
					                    :to="{
 | 
				
			||||||
                        path: '/watch',
 | 
					                        path: '/watch',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue