more mobile playback fixes
This commit is contained in:
parent
5ce7645ca1
commit
b2ea19f9fb
3 changed files with 22 additions and 2 deletions
|
@ -846,6 +846,26 @@ input[type="range"]::-ms-fill-upper {
|
|||
}
|
||||
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
.volumeButton, .volumeSlider, .fullscsreenButton {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
.positionSlider {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.itemVideo:not(.fullscreenVideo) {
|
||||
left: -300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 750px) {
|
||||
.positionSlider {
|
||||
width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
/* VideoJS overrides */
|
||||
|
||||
#videoWindow.tubecss .vjs-menu-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue