diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index bcea43d5..870b95a0 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -652,15 +652,6 @@ export default { .player-container { @apply max-h-75vh min-h-64 bg-black; } - -.shaka-video-container .material-icons-round { - @apply !text-xl; -} - -.shaka-current-time { - @apply !text-base; -} - .shaka-video-container:-webkit-full-screen { max-height: none !important; }