Skip to content

Commit 70bc05f

Browse files
Merge pull request #15 from virtual-labs/testing
Testing
2 parents fb6a29f + de328b0 commit 70bc05f

File tree

4 files changed

+8162
-42
lines changed

4 files changed

+8162
-42
lines changed

experiment/simulation/css/main.css

Lines changed: 58 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
1+
.v-datalist-container {
2+
min-height: 31.25rem;
3+
height: 80vh;
4+
width: 100%;
5+
margin-left: 0.5rem;
6+
margin-right: 0.5rem;
7+
background-color: white;
8+
}
9+
10+
.v-canvas-container{
11+
border: 0rem solid #fff;
12+
width: 100%;
13+
}
14+
115
.main {
2-
width: 85%;
3-
height: 85%;
4-
background-color: white;
16+
width: 85%;
17+
height: 100%;
18+
/*background-color: white;*/
519
}
620

21+
/*table.table{
22+
background-color: lightblue;
23+
height: 40px;
24+
width: 200px;
25+
overflow-y: scroll;
26+
}
27+
*/
28+
/*#main{
29+
margin-top: 20px;
30+
}*/
31+
32+
#chartContainer{
33+
height: 65vh;
34+
width: 100% ;
35+
}
36+
37+
.apparatus {
38+
order: 1;
39+
}
40+
41+
.simulation {
42+
order: 2;
43+
}
44+
45+
.observations {
46+
order: 3;
47+
}
48+
49+
@media screen and (max-width: 1023px) {
50+
.apparatus {
51+
order: 1;
52+
}
53+
54+
.simulation {
55+
order: 3;
56+
}
57+
58+
.observations {
59+
order: 2;
60+
}
61+
}

0 commit comments

Comments
 (0)