As a follow up to T246035: Videojs player for audio opens a dialog to support subtitles, which is unexpected, add an new control to the videojs control bar
- this control only shows when not all controls fit in the controlbar
- this control when clicked, opens the player in the dialog
This also requires opening the dialog by reparenting the <audio><video> element, instead of cloning it.