Browse Source

fix(remote-video-menu): Icon position

master
Hristo Terezov 6 years ago
parent
commit
2af1e8da95

+ 1
- 1
css/_variables.scss View File

63
 $videoStateIndicatorColor: $defaultColor;
63
 $videoStateIndicatorColor: $defaultColor;
64
 $videoStateIndicatorBackground: $toolbarBackground;
64
 $videoStateIndicatorBackground: $toolbarBackground;
65
 $videoStateIndicatorSize: 40px;
65
 $videoStateIndicatorSize: 40px;
66
-$remoteVideoMenuIconLeft: initial;
66
+$remoteVideoMenuIconMargin: initial;
67
 
67
 
68
 /**
68
 /**
69
  * Feedback Modal
69
  * Feedback Modal

+ 1
- 1
css/_videolayout_default.scss View File

409
     height: 13px;
409
     height: 13px;
410
     color: #FFF;
410
     color: #FFF;
411
     font-size: 10pt;
411
     font-size: 10pt;
412
+    margin-right: $remoteVideoMenuIconMargin;
412
 
413
 
413
     >i{
414
     >i{
414
         cursor: hand;
415
         cursor: hand;
415
-        margin-left: $remoteVideoMenuIconLeft;
416
     }
416
     }
417
 }
417
 }
418
 .remote-video-menu-trigger {
418
 .remote-video-menu-trigger {

+ 1
- 0
css/filmstrip/_vertical_filmstrip_overrides.scss View File

74
 
74
 
75
     .remote-video-menu-trigger {
75
     .remote-video-menu-trigger {
76
         margin-bottom: 7px;
76
         margin-bottom: 7px;
77
+        margin-left: $remoteVideoMenuIconMargin;
77
     }
78
     }
78
 }
79
 }
79
 
80
 

Loading…
Cancel
Save