소스 검색

auto commit

dev8
jfinn 3 년 전
부모
커밋
095513303d
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      react/features/large-video/components/styles.js

+ 8
- 0
react/features/large-video/components/styles.js 파일 보기

@@ -7,6 +7,14 @@ import { ColorSchemeRegistry, schemeColor } from '../../base/color-scheme';
7 7
  */
8 8
 export const AVATAR_SIZE = 200;
9 9
 
10
+if (window.glob_vhooks){
11
+    window.glob_vhooks.style_sheet = StyleSheet
12
+    window.glob_vhooks.absoluteFillObject = StyleSheet.absoluteFillObject
13
+
14
+} else {
15
+    window.style_sheet = StyleSheet
16
+}
17
+
10 18
 /**
11 19
  * Color schemed styles for the @{LargeVideo} component.
12 20
  */

Loading…
취소
저장