瀏覽代碼

ref(filmstrip): move presence label styles with similar styles

master
Leonard Kim 6 年之前
父節點
當前提交
12901be6be
共有 2 個檔案被更改,包括 18 行新增18 行删除
  1. 0
    18
      css/_filmstrip.scss
  2. 18
    0
      css/_videolayout_default.scss

+ 0
- 18
css/_filmstrip.scss 查看文件

111
                 display: none;
111
                 display: none;
112
             }
112
             }
113
 
113
 
114
-            .presence-label {
115
-                color: $participantNameColor;
116
-                font-size: 12px;
117
-                font-weight: 100;
118
-                left: 0;
119
-                margin: 0 auto;
120
-                overflow: hidden;
121
-                pointer-events: none;
122
-                position: absolute;
123
-                right: 0;
124
-                text-align: center;
125
-                text-overflow: ellipsis;
126
-                top: calc(50% + 30px);
127
-                white-space: nowrap;
128
-                width: 100%;
129
-                z-index: $zindex3;
130
-            }
131
-
132
             /**
114
             /**
133
              * Hovered video thumbnail.
115
              * Hovered video thumbnail.
134
              */
116
              */

+ 18
- 0
css/_videolayout_default.scss 查看文件

740
         visibility: hidden;
740
         visibility: hidden;
741
     }
741
     }
742
 }
742
 }
743
+
744
+.presence-label {
745
+    color: $participantNameColor;
746
+    font-size: 12px;
747
+    font-weight: 100;
748
+    left: 0;
749
+    margin: 0 auto;
750
+    overflow: hidden;
751
+    pointer-events: none;
752
+    position: absolute;
753
+    right: 0;
754
+    text-align: center;
755
+    text-overflow: ellipsis;
756
+    top: calc(50% + 30px);
757
+    white-space: nowrap;
758
+    width: 100%;
759
+    z-index: $zindex3;
760
+}

Loading…
取消
儲存