diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 649ab913..d0df1bde 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -422,8 +422,7 @@ function handleUndo() { class="opacity-0 group-hover/desc:opacity-100" :class="{ 'more-active': moreBtnActive }" shrink-0 w-30px h-30px m="t--3px r--8px" translate-x--8px - grid place-items-center - pointer="auto" rounded="50%" duration-300 + grid place-items-center cursor-pointer rounded="50%" duration-300 @click.prevent="handleMoreBtnClick" >
diff --git a/src/contentScripts/views/Home/components/ForYou.vue b/src/contentScripts/views/Home/components/ForYou.vue index b835ff0a..355dff09 100644 --- a/src/contentScripts/views/Home/components/ForYou.vue +++ b/src/contentScripts/views/Home/components/ForYou.vue @@ -320,6 +320,7 @@ function closeVideoOptions() { function closeAppVideoOptions() { showVideoOptions.value = false + activatedVideoId.value = 0 activatedAppVideoIdx.value = 0 }