From b66a0184791f167bd3085793e6c2be9d5580c77f Mon Sep 17 00:00:00 2001 From: R-J Lim Date: Wed, 21 Aug 2024 17:52:41 +0900 Subject: [PATCH] Fix subtitle background filling up container element --- common/app/components/video-player.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/app/components/video-player.css b/common/app/components/video-player.css index 7e834621..82bb754f 100644 --- a/common/app/components/video-player.css +++ b/common/app/components/video-player.css @@ -15,4 +15,6 @@ .subtitle-line { margin: 0; padding: 0; + display: table; + margin: auto; }