Merge pull request #3557 from dpalou/MOBILE-4166
MOBILE-4166 videojs: Hide full screen button for audiosmain
commit
2bacbe78e0
|
@ -11,6 +11,11 @@
|
||||||
height: 150px !important;
|
height: 150px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hide full screen button for audios.
|
||||||
|
.vjs-audio .vjs-fullscreen-control {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
// Fake full screen mode.
|
// Fake full screen mode.
|
||||||
.vjs-ios-moodleapp-fs {
|
.vjs-ios-moodleapp-fs {
|
||||||
z-index: 100000 !important;
|
z-index: 100000 !important;
|
||||||
|
|
Loading…
Reference in New Issue