Improve embed video player responsive

pull/420/head
Chocobozzz 2018-03-26 13:44:52 +02:00
parent 48e35415c7
commit 869968d792
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 9 additions and 5 deletions

View File

@ -378,8 +378,16 @@ $control-bar-height: 34px;
}
@media screen and (max-width: 550px) {
.vjs-dock-text {
font-size: 14px;
}
.vjs-dock-description {
font-size: 9px;
}
.vjs-big-play-button {
font-size: 5em;
font-size: 4.5em;
}
.vjs-playback-rate {
@ -400,10 +408,6 @@ $control-bar-height: 34px;
font-size: 13px;
}
.vjs-dock-description {
font-size: 9px;
}
.vjs-big-play-button {
font-size: 4em;
}