diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 331708bf..ce35a140 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -416,7 +416,7 @@ provide('getVideoType', () => props.type!)

@@ -429,7 +429,7 @@ provide('getVideoType', () => props.type!) ref="moreBtnRef" :class="{ 'more-active': showVideoOptions }" bg="hover:$bew-fill-2 active:$bew-fill-3" - shrink-0 w-30px h-30px m="t--3px r--4px" + shrink-0 w-32px h-32px m="t--3px r--4px" grid place-items-center cursor-pointer rounded="50%" duration-300 @click.stop.prevent="handleMoreBtnClick" > @@ -471,7 +471,7 @@ provide('getVideoType', () => props.type!)

-
+
{