mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	refactor(WatchVideo): add spacing b/w chapters & minimize description btn
This commit is contained in:
		
							parent
							
								
									4fa73663c6
								
							
						
					
					
						commit
						ec4e2dba15
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -148,7 +148,7 @@
 | 
				
			||||||
                v-t="`actions.${showDesc ? 'minimize_description' : 'show_description'}`"
 | 
					                v-t="`actions.${showDesc ? 'minimize_description' : 'show_description'}`"
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <span class="btn" v-show="video?.chapters?.length > 0">
 | 
					            <span class="btn ml-2" v-show="video?.chapters?.length > 0">
 | 
				
			||||||
                <input id="showChapters" type="checkbox" v-model="showChapters" />
 | 
					                <input id="showChapters" type="checkbox" v-model="showChapters" />
 | 
				
			||||||
                <label class="ml-2" for="showChapters" v-t="'actions.show_chapters'" />
 | 
					                <label class="ml-2" for="showChapters" v-t="'actions.show_chapters'" />
 | 
				
			||||||
            </span>
 | 
					            </span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue