Fix clickable issues with audio-only button.

This commit is contained in:
FireMasterK 2021-08-26 19:14:19 +05:30
parent cab4ff084e
commit b08acf6558
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -1,7 +1,6 @@
<template>
<div class="uk-text-secondary" :style="[{ background: backgroundColor }]">
<router-link class="uk-text-emphasis" v-bind:to="video.url">
<div class="uk-position-relative">
<img
:height="height"
:width="width"
@ -10,6 +9,7 @@
alt="thumbnail"
loading="lazy"
/>
<div class="uk-position-relative">
<span
v-if="video.duration"
class="uk-label uk-border-rounded uk-position-absolute video-duration"