diff --git a/src/components/VideoCard.vue b/src/components/VideoCard.vue index 0bf2d631..f2d7800a 100644 --- a/src/components/VideoCard.vue +++ b/src/components/VideoCard.vue @@ -186,6 +186,7 @@ function toggleWatchLater() { rounded="$bew-radius" text="!white xl" bg="black opacity-60" opacity-0 group-hover:opacity-100 + transform="scale-70 group-hover:scale-100" duration-300 @click.stop="toggleWatchLater" > diff --git a/src/contentScripts/views/Favorites/Favorites.vue b/src/contentScripts/views/Favorites/Favorites.vue index 6e025611..b1598024 100644 --- a/src/contentScripts/views/Favorites/Favorites.vue +++ b/src/contentScripts/views/Favorites/Favorites.vue @@ -187,8 +187,9 @@ function handleUnfavorite(favoriteResource: FavoriteResource) { p="x-2 y-1" m="1" rounded="$bew-radius" text="!white xl" - bg="black opacity-60" + bg="black opacity-60 hover:$bew-error-color-80" opacity-0 group-hover:opacity-100 + transform="scale-70 group-hover:scale-100" duration-300 @click.stop="handleUnfavorite(item)" >