浏览代码

fix(vertical-filmstrip): do not move recording label if not in the corner

master
Leonard Kim 8 年前
父节点
当前提交
acb4d12928
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      css/_vertical_filmstrip_overrides.scss

+ 1
- 1
css/_vertical_filmstrip_overrides.scss 查看文件

@@ -91,7 +91,7 @@
91 91
      * For video labels that display on the top right to adjust its position as
92 92
      * the filmstrip itself or filmstrip remote videos appear and disappear.
93 93
      */
94
-    .video-state-indicator {
94
+    .video-state-indicator.moveToCorner {
95 95
         transition: right 2s;
96 96
 
97 97
         &.with-filmstrip {

正在加载...
取消
保存