diff --git a/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css b/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css index 7b21d213f1d2d..a2c5fcb4a9f44 100644 --- a/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css +++ b/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css @@ -171,6 +171,14 @@ opacity: 1; } +:deep(.shaka-controls-container[shown='true'] > .shaka-play-button-container > .shaka-play-button) { + opacity: 0.75 !important; +} + +:deep(.shaka-controls-container > .shaka-play-button-container > .shaka-play-button) { + padding: min(calc(15% / 2), 55px); +} + .ftVideoPlayer:fullscreen :deep(.theatre-button), .ftVideoPlayer:fullscreen :deep(.full-window-button), .fullWindow :deep(.theatre-button) {