1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-12 12:16:27 +02:00

fix: adds space between vjs-live-display and vjs-volume-control controls. (#6200)

Closes #5815
This commit is contained in:
Grzegorz Blaszczyk 2019-08-27 21:39:52 +02:00 committed by Gary Katsevman
parent dec0c66995
commit 3c1dd8ff44

View File

@ -44,6 +44,7 @@
&.vjs-volume-horizontal {
width: 5em;
height: 3em;
margin-right: 0;
}
visibility: visible;
opacity: 1;
@ -61,7 +62,7 @@
&.vjs-hover,
&:active,
&.vjs-slider-active {
width: 9em;
width: 10em;
@include transition(width 0.1s);
}