fix(remote-menu): show volume slider whenever available

This commit is contained in:
Leonard Kim 2017-11-14 17:56:48 -08:00 committed by yanas
parent 713700456e
commit 30be46326a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
**/
.popupmenu {
min-width: 75px;
text-align: left;
padding: 0;
white-space: nowrap;

View File

@ -172,7 +172,7 @@ class RemoteVideoMenuTriggerButton extends Component {
);
}
if (onVolumeChange && isModerator) {
if (onVolumeChange) {
buttons.push(
<VolumeSlider
initialValue = { initialVolumeValue }