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 59519671..22d33d0e 100644 --- a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css +++ b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css @@ -29,7 +29,9 @@ button { } /* Center the fullscreen button inside its wrapper */ -.vjs-fullscreen-control svg { - width: 30px !important; - height: 30px !important; +@media (hover: hover) and (pointer: fine) { + .vjs-fullscreen-control svg { + width: 30px !important; + height: 30px !important; + } }