From 19a1bacd2fe9c5cdb2246acb5f3d2d2ed9b84d7f Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 31 Jan 2022 04:34:27 +0000 Subject: [PATCH] Remove css fix, and increase player buttons size. Closes #757 Partly helps with #754 --- src/components/VideoPlayer.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index c2980145..749bb237 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -536,11 +536,12 @@ export default { @apply max-h-75vh min-h-64 bg-black; } -.shaka-text-container > div { - height: auto !important; - width: auto !important; - top: auto !important; - left: auto !important; +.shaka-video-container .material-icons-round { + @apply !text-xl; +} + +.shaka-current-time { + @apply !text-base; } .shaka-text-container * {