Skip to content

Commit

Permalink
Merge pull request #14 from virtual-labs/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
sravanthimodepu authored Jul 11, 2022
2 parents 311d481 + 767003d commit c56b1fe
Show file tree
Hide file tree
Showing 4 changed files with 8,161 additions and 39 deletions.
67 changes: 63 additions & 4 deletions experiment/simulation/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
.v-datalist-container {
min-height: 45.25rem;
height: 80vh;
width: 100%;
margin-left: 0.5rem;
margin-right: 0.5rem;
background-color: white;
}

.main {
width: 85%;
height: 85%;
background-color: white;
}
width: 85%;
height: 100%;
background-color: white;
}

#chartContainer{
height: 55vh;
width: 100%;
}
.v-table-wrap{
overflow-y: auto !important;
}

/*table.table{
background-color: lightblue;
height: 40px;
width: 200px;
overflow-y: scroll;
}
*/
/*#main{
margin-top: 20px;
}*/

#chartContainer{
height: 65vh;
width: 100% ;
}

.apparatus {
order: 1;
}

.simulation {
order: 2;
}

.observations {
order: 3;
}

@media screen and (max-width: 1023px) {
.apparatus {
order: 1;
}

.simulation {
order: 3;
}

.observations {
order: 2;
}
}
Loading

0 comments on commit c56b1fe

Please sign in to comment.