소스 검색

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

j8
Leonard Kim 8 년 전
부모
커밋
acb4d12928
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      css/_vertical_filmstrip_overrides.scss

+ 1
- 1
css/_vertical_filmstrip_overrides.scss 파일 보기

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

Loading…
취소
저장