Skip to content

Commit

Permalink
Player better responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Apr 20, 2018
1 parent 7a14004 commit 6cf57b4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions client/src/sass/video-js-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6cf57b4

Please sign in to comment.