diff --git a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css index 25b2c90f..59519671 100644 --- a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css +++ b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css @@ -27,3 +27,9 @@ button { opacity: 0 !important; visibility: hidden !important; } + +/* Center the fullscreen button inside its wrapper */ +.vjs-fullscreen-control svg { + width: 30px !important; + height: 30px !important; +}