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) => ( ))}