blob: 453687e8daef79d6d1de63e0c8564ebd1967473c (
plain)
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
|
body {
font-size: 15px;
}
p {
margin: 0;
}
#output-wrapper {
position: relative;
width: 960px;
height: 720px;
margin-top: 0.5em;
}
#render-output {
width: 960px;
height: 720px;
object-fit: contain;
}
.controls {
margin-top: 0.5em;
}
.slider {
margin-right: 0.5em;
width: 100%;
}
.nested-slider {
padding-left: 40px;
}
#console {
height: 150px;
width: 300px;
padding: 0rem;
white-space: pre-line;
}
|