jfinn před 3 roky
rodič
revize
095513303d
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8
    0
      react/features/large-video/components/styles.js

+ 8
- 0
react/features/large-video/components/styles.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit