From 797048c8dbec08d4d1b16ba8d77d1ca76b4c4ff4 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 30 Jun 2024 04:57:58 +0800 Subject: [PATCH] fix: correct the truncation of `save to watch later` tooltip (#870) close #870 --- src/components/Tooltip.vue | 28 ++++++++++++++++++++------ src/components/VideoCard/VideoCard.vue | 4 ++-- 2 files changed, 24 insertions(+), 8 deletions(-) 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 @@