From 612d673cbb898dbcd7ac47763ccbc0fc7ffd2a45 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 4 Jun 2025 21:07:38 +1000 Subject: [PATCH] style: add text-xs classes to playroom time displays for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure consistent font sizing across different browsers by applying Tailwind's text-xs utility classes to current time, format detector, and duration display elements in the playroom interface. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- 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 82f3a3e..4aa4c43 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -605,9 +605,9 @@ watch(() => playQueueStore.currentIndex, () => {
-
+
{{ timeFormatter(Math.floor(playQueueStore.currentTime)) }} + class="text-black blur-lg absolute top-0 text-xs">{{ timeFormatter(Math.floor(playQueueStore.currentTime)) }} {{ timeFormatter(Math.floor(playQueueStore.currentTime)) }}
@@ -618,7 +618,7 @@ watch(() => playQueueStore.currentIndex, () => {