From 06ede79f2de6e6d85659d142a89f1f41176e7b66 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Wed, 1 Jul 2026 19:37:34 +0300 Subject: [PATCH] Fix position of subtitle sync Regression: 3709b99d334619fcba4f715cb7ddfa3fd2848a2b f6265c1b7bc70cf3d99eeb652de17380da21ce78 --- src/components/subtitlesync/subtitlesync.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/subtitlesync/subtitlesync.scss b/src/components/subtitlesync/subtitlesync.scss index b0c3d6a759..8ca7903817 100644 --- a/src/components/subtitlesync/subtitlesync.scss +++ b/src/components/subtitlesync/subtitlesync.scss @@ -1,5 +1,6 @@ .subtitleSync { position: absolute; + top: 10%; width: 100%; }