ソースを参照

fix(remote-video-menu): Icon position

master
Hristo Terezov 6年前
コミット
2af1e8da95
3個のファイルの変更3行の追加2行の削除
  1. 1
    1
      css/_variables.scss
  2. 1
    1
      css/_videolayout_default.scss
  3. 1
    0
      css/filmstrip/_vertical_filmstrip_overrides.scss

+ 1
- 1
css/_variables.scss ファイルの表示

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

+ 1
- 1
css/_videolayout_default.scss ファイルの表示

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

+ 1
- 0
css/filmstrip/_vertical_filmstrip_overrides.scss ファイルの表示

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

読み込み中…
キャンセル
保存