1
0
Fork 0

Player better responsive

This commit is contained in:
Chocobozzz 2018-04-20 09:05:54 +02:00
parent 7a14004b4e
commit 6cf57b443d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 19 additions and 0 deletions

View File

@ -441,6 +441,25 @@ $setting-transition-easing: ease-out;
}
}
@media screen and (max-width: 750px) {
.vjs-dock-text {
font-size: 16px;
}
.vjs-dock-description {
font-size: 10px;
}
.vjs-big-play-button {
font-size: 5em;
border-width: 5px;
.vjs-icon-placeholder::before {
@include big-play-button-triangle-size(32px);
}
}
}
@media screen and (max-width: 570px) {
.vjs-dock-text {
font-size: 14px;