Increase width of quality selector so that 1080p60 doesn't overflow into the full screen button (#2556)
This commit is contained in:
parent
4b47ebee1c
commit
644df97acc
|
@ -1498,6 +1498,8 @@ export default Vue.extend({
|
|||
<span class="vjs-control-text" aria-live="polite"></span>
|
||||
</li>` */
|
||||
})
|
||||
// the default width is 3em which is too narrow for qualitly labels with fps e.g. 1080p60
|
||||
button.style.width = '4em'
|
||||
return $(button).html(
|
||||
$(beginningHtml + qualityHtml + endingHtml).attr(
|
||||
'title',
|
||||
|
|
Loading…
Reference in New Issue