From 70740a64af943a602e054fdcb0b95660ae2a8a78 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Feb 2022 02:02:08 +0530 Subject: [PATCH] Remove obsolete hacks for Shaka --- src/components/Player.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/Player.scss b/src/components/Player.scss index d648686..46caf2d 100644 --- a/src/components/Player.scss +++ b/src/components/Player.scss @@ -1,15 +1,3 @@ -.shaka-text-container > div { - height: auto !important; - width: auto !important; - top: auto !important; - left: auto !important; -} - -.shaka-text-container * { - background-color: rgba(8, 8, 8, 0.75) !important; - color: white !important; -} - .shaka-video-container:-webkit-full-screen { max-height: none !important; }