Fix player size with JS disabled

このコミットが含まれているのは:
Omar Roth 2019-03-19 20:10:12 -05:00
コミット 7a54b1d36a
1個のファイルの変更5行の追加17行の削除

ファイルの表示

@ -322,29 +322,17 @@ img.thumbnail {
padding-top: 82vh; padding-top: 82vh;
} }
video.video-js {
position: absolute;
height: 100%;
}
#player-container { #player-container {
position: relative; position: relative;
padding-bottom: 82vh; padding-bottom: 82vh;
height: 0; height: 0;
} }
#progress-container {
width: 100%;
border-radius: 2px;
background-color: #a0a0a0;
color: rgba(35, 35, 35, 1);
}
#download-progress {
width: 0%;
border-radius: 2px;
height: 10px;
background-color: rgba(0, 182, 240, 1);
color: #fff;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.pure-control-group label { .pure-control-group label {
word-wrap: normal; word-wrap: normal;
} }