Skip to content

Commit

Permalink
use flex for controlBar so other plugins can add more controls to it
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 13, 2015
1 parent 2d02423 commit 4ce54d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions videojs.wavesurfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
{
if (this.liveMode)
{

// make sure controlBar is showing
this.player().controlBar.show();
this.player().controlBar.el().style.display = 'block';
this.player().controlBar.el().style.display = 'flex';
}

// progress control isn't used by this plugin
Expand Down

0 comments on commit 4ce54d8

Please sign in to comment.