fix: set width and height for vjs-button like the SubsCaps button (#4548)

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

Fixes #4547.
Esse commit está contido em:
Kishan
2017-08-11 00:49:59 +05:30
commit de Gary Katsevman
commit cd2f5106ca
+5
Ver Arquivo
@@ -15,3 +15,8 @@
-moz-appearance: none;
appearance: none;
}
.vjs-control .vjs-button {
width: 100%;
height: 100%;
}