Reorder and resize playback rate menu (#854)

Reorder playback rate from 3->0.25 to 0.25->3 and resize to include an additional visible playback rate (0.25->1.5)
This commit is contained in:
Airradda 2020-12-15 20:09:49 +00:00 committed by GitHub
parent f7c1392059
commit f2f3274ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -94,18 +94,18 @@ export default Vue.extend({
]
},
playbackRates: [
0.25,
0.5,
0.75,
1,
1.25,
1.5,
1.75,
2,
2.25,
2.5,
3,
2.75,
3
2.5,
2.25,
2,
1.75,
1.5,
1.25,
1,
0.75,
0.5,
0.25
]
}
}

View File

@ -688,7 +688,7 @@ body.vjs-full-window {
background-color: rgba(43, 51, 63, 0.7);
position: absolute;
bottom: 1.5em;
max-height: 15em;
max-height: 19em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,