From c02c3edce9d5e3a0e45c11764eb1a796fe1b2438 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 28 May 2025 11:33:02 +1000 Subject: [PATCH] feat(Playroom): update lyrics tooltip styling for improved visibility and aesthetics --- src/pages/Playroom.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index 8bb6b49..19082bd 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -647,9 +647,9 @@ watch(() => playQueueStore.currentIndex, () => {
-
这首曲目不提供歌词文本
-
启用歌词时,将会在下一首有歌词的曲目中显示歌词文本。
+ class="absolute bottom-10 w-60 left-[-7rem] bg-black/60 backdrop-blur-3xl rounded-md p-2 text-xs flex flex-col text-left shadow-2xl border border-[#ffffff39]"> +
这首曲目不提供歌词文本
+
启用歌词时,将会在下一首有歌词的曲目中显示歌词文本。