2023-03-21 05:23:52 +00:00
|
|
|
body {
|
|
|
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
|
|
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
|
|
|
box-sizing: border-box; /* Opera/IE 8+ */
|
|
|
|
height:100%
|
|
|
|
}
|
|
|
|
p{
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
canvas {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
#toolbar {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
padding: 0px 20px 0px 20px;
|
|
|
|
width: 500px;
|
|
|
|
height: 100vh;
|
|
|
|
background-color: rgb(189, 189, 189);
|
|
|
|
}
|
|
|
|
#custom {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
/* position: absolute; */
|
|
|
|
padding: 0px 20px 0px 20px;
|
|
|
|
/* width: 500px; */
|
|
|
|
/* height: 100vh; */
|
|
|
|
background-color: rgb(189, 189, 189);
|
|
|
|
}
|
2023-03-23 04:36:19 +00:00
|
|
|
.button{
|
|
|
|
display:block;
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2023-03-21 05:23:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
.controls{
|
|
|
|
display: block;
|
|
|
|
}
|