-
Notifications
You must be signed in to change notification settings - Fork 17
/
style.css
64 lines (52 loc) · 1013 Bytes
/
style.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
margin: 0 !important;
}
.panogalviewer-iframe body {
overflow: hidden;
margin: 0 !important;
}
#panoviewer-iframe {
width:100%;
height:100vh;
overflow: hidden;
margin: 0;
}
.panogalviewer-iframe {
z-index: inherit;
flex: auto;
width:100%;
height:100%;
margin: 0;
padding: 0;
}
#PanoramaViewer_ToolBox {
width: auto;
flex: 0 1 auto;
}
#panoinfZviewer-iframe {
height: 512px;
width: 512px;
padding: 0;
margin: 0;
flex: 1 0 50%;
}
#tab_iz_interface .gradio-video {
overflow: hidden !important;
flex: 1 0 50% !important;
}
#panoinfZviewer-iframe body {
padding:0;
margin: 0;
}
div:has(>video) {
/* width: 512px; */
height: 512px;
}
#tab_iz_interface div:has(> .gradio-video),
#tab_iz_interface div:has(> #panoinfZviewer-iframe) {
height:100% !important;
flex-direction: row;
}
#tab_iz_interface .controls {
width: 95%;
}