diff --git a/src/components/Tooltip.vue b/src/components/Tooltip.vue index 28059d64..09e12d0b 100644 --- a/src/components/Tooltip.vue +++ b/src/components/Tooltip.vue @@ -1,14 +1,24 @@ - + @@ -34,13 +44,19 @@ defineProps<{ } &--placement-top { - --uno: "top--2.5em left-1/2"; - transform: translateX(-50%); + --uno: "top--2.5em left-1/2 translate-x--1/2"; } &--placement-bottom { - --uno: "bottom--2.5em left-1/2"; - transform: translateX(-50%); + --uno: "bottom--2.5em left-1/2 translate-x--1/2"; + } + + &--placement-bottom-left { + --uno: "bottom--2.5em left--2"; + } + + &--placement-bottom-right { + --uno: "bottom--2.5em right--2"; } &--type-default { diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 9dbaaa1b..f13de249 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -357,10 +357,10 @@ function handleUndo() { duration-300 @click.prevent="toggleWatchLater" > - + - +