From 33e4691619f2648c45fa0bb17d4fffb89f234786 Mon Sep 17 00:00:00 2001 From: Mattias Thall Date: Tue, 26 May 2026 21:33:11 +0200 Subject: [PATCH] Fix subtitle size and don't auto-select any track on load Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/index.css | 4 ++-- frontend/src/pages/Watch.jsx | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 909d011..4c196b4 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -21,8 +21,8 @@ video::cue { text-align: center; background: rgba(0, 0, 0, 0.75); color: #ffffff; - font-size: 1rem; - line-height: 1.4; + font-size: 1.4rem; + line-height: 1.5; } @layer utilities { diff --git a/frontend/src/pages/Watch.jsx b/frontend/src/pages/Watch.jsx index efaa861..2600f93 100644 --- a/frontend/src/pages/Watch.jsx +++ b/frontend/src/pages/Watch.jsx @@ -906,14 +906,13 @@ export default function Watch() { v.play().catch(() => {}); }} > - {subtitleFiles.map((s, i) => ( + {subtitleFiles.map((s) => ( ))}