From f613f34a96a219dc868ff6149c883f8bd1a17d78 Mon Sep 17 00:00:00 2001 From: Nurfog Date: Thu, 29 Jan 2026 16:26:10 -0300 Subject: [PATCH] style: enhance MediaPlayer transcription display with adjusted text, scrollability, and sticky label. --- web/studio/src/components/MediaPlayer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/studio/src/components/MediaPlayer.tsx b/web/studio/src/components/MediaPlayer.tsx index 1b017c3..4d15776 100644 --- a/web/studio/src/components/MediaPlayer.tsx +++ b/web/studio/src/components/MediaPlayer.tsx @@ -278,9 +278,9 @@ export default function MediaPlayer({ src, type, transcription, locked, onEnded, )} -
+
"{transcription[language] || "Transcription not available."}" -
+
Official {language.toUpperCase()} Text