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 22d33d0e..d7156af1 100644 --- a/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css +++ b/frontend-tools/video-js/src/components/video-player/VideoJSPlayer.css @@ -29,9 +29,10 @@ button { } /* Center the fullscreen button inside its wrapper */ -@media (hover: hover) and (pointer: fine) { +/* @media (hover: hover) and (pointer: fine) { .vjs-fullscreen-control svg { width: 30px !important; height: 30px !important; } } + */ diff --git a/frontend-tools/video-js/src/config/playerConfig.js b/frontend-tools/video-js/src/config/playerConfig.js index 80d6a28b..cd86ff4d 100644 --- a/frontend-tools/video-js/src/config/playerConfig.js +++ b/frontend-tools/video-js/src/config/playerConfig.js @@ -40,7 +40,7 @@ const PlayerConfig = { // Font size in em units fontSize: 14, - mobileFontSize: 10, + mobileFontSize: 13, }, };