From d34bc33fa254241705435296f3c7e574ff6090a7 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 11 Nov 2024 10:38:20 -0600 Subject: [PATCH] Fixed subtitles background --- receivers/electron/src/player/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/receivers/electron/src/player/style.css b/receivers/electron/src/player/style.css index 57693af..f216e42 100644 --- a/receivers/electron/src/player/style.css +++ b/receivers/electron/src/player/style.css @@ -422,7 +422,7 @@ body { position: relative; /* top: -200px; */ bottom: 150px; - /* margin: auto; */ + margin: auto; text-align: center; font-family: InterVariable; @@ -431,8 +431,9 @@ body { font-weight: 400; background-color: rgba(0, 0, 0, 0.5); - margin: 0px 40px 0px 40px; + padding: 0px 5px; + width: fit-content; /* display: flex; */ /* align-items: center; */