MOBILE-4166 videojs: Hide full screen button for audios

main
Dani Palou 2023-02-21 13:23:13 +01:00
parent bf7e66cbe2
commit 1f2e97c80b
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@
height: 150px !important;
}
// Hide full screen button for audios.
.vjs-audio .vjs-fullscreen-control {
display: none;
}
// Fake full screen mode.
.vjs-ios-moodleapp-fs {
z-index: 100000 !important;