Skip to content

Commit

Permalink
fix: set width and height for vjs-button like the SubsCaps button (#4548
Browse files Browse the repository at this point in the history
)

Add a width and height property of 100% to `.vjs-control .vjs-button` selector.

Fixes #4547.
  • Loading branch information
Kishan08 authored and gkatsev committed Aug 10, 2017
1 parent 998c004 commit cd2f510
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
-moz-appearance: none;
appearance: none;
}

.vjs-control .vjs-button {
width: 100%;
height: 100%;
}

0 comments on commit cd2f510

Please sign in to comment.