Reorder and resize playback rate menu

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-09 14:05:52 -06:00
parent 82dfdf4ee1
commit dacf1e9aa5
2 changed files with 12 additions and 12 deletions

View File

@ -93,18 +93,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

@ -645,7 +645,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,