update translations
This commit is contained in:
parent
fea3421067
commit
2ddc5b5260
80 changed files with 572 additions and 719 deletions
|
@ -122,19 +122,19 @@
|
|||
|
||||
@media all and (max-width: 400px) {
|
||||
.videoPositionSlider {
|
||||
width: 220px;
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 350px) {
|
||||
.videoPositionSlider {
|
||||
width: 200px;
|
||||
width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 320px) {
|
||||
.videoPositionSlider {
|
||||
width: 170px;
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -257,6 +257,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
.videoControls .currentTime {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1400px) {
|
||||
.nowPlayingInfo {
|
||||
padding-bottom: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue