Fix rate UX for new design

This commit is contained in:
Feross Aboukhadijeh
2016-05-23 14:47:02 -07:00
parent 279c621d23
commit b4bb9a6603
3 changed files with 24 additions and 30 deletions

View File

@@ -452,7 +452,7 @@ function renderPlayerControls (state) {
if (state.playing.playbackRate !== 1) {
elements.push(hx`
<span class='rate float-left'>
speed: ${state.playing.playbackRate}X
${state.playing.playbackRate}x
</span>
`)
}