mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Fix clickable issues with audio-only button.
This commit is contained in:
		
							parent
							
								
									71e68bfb8c
								
							
						
					
					
						commit
						99b6836c4f
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -1,7 +1,6 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="uk-text-secondary" :style="[{ background: backgroundColor }]">
 | 
					    <div class="uk-text-secondary" :style="[{ background: backgroundColor }]">
 | 
				
			||||||
        <router-link class="uk-text-emphasis" v-bind:to="video.url">
 | 
					        <router-link class="uk-text-emphasis" v-bind:to="video.url">
 | 
				
			||||||
            <div class="uk-position-relative">
 | 
					 | 
				
			||||||
            <img
 | 
					            <img
 | 
				
			||||||
                :height="height"
 | 
					                :height="height"
 | 
				
			||||||
                :width="width"
 | 
					                :width="width"
 | 
				
			||||||
| 
						 | 
					@ -10,6 +9,7 @@
 | 
				
			||||||
                alt="thumbnail"
 | 
					                alt="thumbnail"
 | 
				
			||||||
                loading="lazy"
 | 
					                loading="lazy"
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
 | 
					            <div class="uk-position-relative">
 | 
				
			||||||
                <span
 | 
					                <span
 | 
				
			||||||
                    v-if="video.duration"
 | 
					                    v-if="video.duration"
 | 
				
			||||||
                    class="uk-label uk-border-rounded uk-position-absolute video-duration"
 | 
					                    class="uk-label uk-border-rounded uk-position-absolute video-duration"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue