Parcourir la source

auto commit

dev8
jfinn il y a 3 ans
Parent
révision
095513303d
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8
    0
      react/features/large-video/components/styles.js

+ 8
- 0
react/features/large-video/components/styles.js Voir le fichier

@@ -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
  */

Chargement…
Annuler
Enregistrer