MOBILE-4166 videojs: Hide full screen button for audios
This commit is contained in:
parent
bf7e66cbe2
commit
1f2e97c80b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user