-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
42 lines (39 loc) · 896 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
div#react-root.landscape-width-css video {
position: fixed;
left: env(safe-area-inset-left);
pointer-events: none;
contain: strict;
z-index: 9999;
/* transform: scale(1.5) rotate(90deg);
*/ width: 100vh !important;
height: 100vw !important;
transform: rotateZ(270deg);
margin-left: 321px;
margin-top: -321px;
}
div#react-root.landscape-width-css div,
div#react-root.landscape-width-css section {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
/*background: blue;*/
display: inline-block;
width: 100%;
height: 100%;
margin: 0 !important;
}
div#react-root .video-container span {
background: white;
width: 100px;
height: 20px;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
cursor: pointer;
}
.with-instagram-landscaper {
overflow: hidden !important;
}