fix(remote-video-menu): Icon position

This commit is contained in:
Hristo Terezov 2019-03-11 15:56:36 +00:00
parent 12d0aef686
commit 2af1e8da95
3 changed files with 3 additions and 2 deletions

View File

@ -63,7 +63,7 @@ $audioLevelShadow: rgba(9, 36, 77, 0.9);
$videoStateIndicatorColor: $defaultColor;
$videoStateIndicatorBackground: $toolbarBackground;
$videoStateIndicatorSize: 40px;
$remoteVideoMenuIconLeft: initial;
$remoteVideoMenuIconMargin: initial;
/**
* Feedback Modal

View File

@ -409,10 +409,10 @@
height: 13px;
color: #FFF;
font-size: 10pt;
margin-right: $remoteVideoMenuIconMargin;
>i{
cursor: hand;
margin-left: $remoteVideoMenuIconLeft;
}
}
.remote-video-menu-trigger {

View File

@ -74,6 +74,7 @@
.remote-video-menu-trigger {
margin-bottom: 7px;
margin-left: $remoteVideoMenuIconMargin;
}
}