OLD | NEW |
1 :-webkit-full-screen { | 1 :-webkit-full-screen { |
2 background-color: white; | 2 background-color: white; |
3 z-index: 2147483647 !important; | 3 z-index: 2147483647 !important; |
4 } | 4 } |
5 | 5 |
6 :root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full
-screen-ancestor { | 6 :root:-webkit-full-screen-document:not(:-webkit-full-screen), :root:-webkit-full
-screen-ancestor { |
7 overflow: hidden !important; | 7 overflow: hidden !important; |
8 } | 8 } |
9 | 9 |
10 :-webkit-full-screen-ancestor:not(iframe) { | 10 :-webkit-full-screen-ancestor:not(iframe) { |
11 z-index: auto !important; | 11 z-index: auto !important; |
12 position: static !important; | 12 position: static !important; |
13 opacity: 1 !important; | 13 opacity: 1 !important; |
14 -webkit-transform: none !important; | 14 -webkit-transform: none !important; |
15 -webkit-mask: none !important; | 15 -webkit-mask: none !important; |
16 clip: none !important; | 16 clip: none !important; |
17 -webkit-filter: none !important; | 17 -webkit-filter: none !important; |
18 transition: none !important; | 18 transition: none !important; |
19 -webkit-box-reflect: none !important; | 19 -webkit-box-reflect: none !important; |
20 -webkit-perspective: none !important; | 20 -webkit-perspective: none !important; |
21 -webkit-transform-style: flat !important; | 21 -webkit-transform-style: flat !important; |
22 } | 22 } |
23 | 23 |
24 video:-webkit-full-screen, audio:-webkit-full-screen { | 24 video:-webkit-full-screen, audio:-webkit-full-screen { |
25 background-color: transparent !important; | 25 background-color: transparent !important; |
26 position: static !important; | 26 position: static !important; |
27 margin: 0 !important; | 27 margin: 0 !important; |
28 height: 100% !important; | 28 height: 100% !important; |
29 width: 100% !important; | 29 width: 100% !important; |
30 -webkit-flex: 1 !important; | 30 flex: 1 !important; |
31 display: block !important; | 31 display: block !important; |
32 } | 32 } |
33 | 33 |
34 img:-webkit-full-screen { | 34 img:-webkit-full-screen { |
35 width: auto; | 35 width: auto; |
36 height: 100%; | 36 height: 100%; |
37 max-width: 100%; | 37 max-width: 100%; |
38 } | 38 } |
39 | 39 |
40 iframe:-webkit-full-screen { | 40 iframe:-webkit-full-screen { |
41 margin: 0 !important; | 41 margin: 0 !important; |
42 padding: 0 !important; | 42 padding: 0 !important; |
43 border: 0 !important; | 43 border: 0 !important; |
44 position: fixed !important; | 44 position: fixed !important; |
45 height: 100% !important; | 45 height: 100% !important; |
46 width: 100% !important; | 46 width: 100% !important; |
47 left: 0 !important; | 47 left: 0 !important; |
48 top: 0 !important; | 48 top: 0 !important; |
49 } | 49 } |
OLD | NEW |