mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
* fix: UserPanelPop hover Inconsistent animation * fix(VideoCard): `moreBtn` Button issue from `#829`, add cursor-pointer class to enhance UX
This commit is contained in:
@@ -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"
|
||||
>
|
||||
<div i-mingcute:more-2-line text="lg" />
|
||||
|
||||
@@ -320,6 +320,7 @@ function closeVideoOptions() {
|
||||
|
||||
function closeAppVideoOptions() {
|
||||
showVideoOptions.value = false
|
||||
activatedVideoId.value = 0
|
||||
activatedAppVideoIdx.value = 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user