Ray-caster: label controls
This commit is contained in:
parent
85db7b9be0
commit
b9370ceb41
2 changed files with 93 additions and 51 deletions
|
@ -18,6 +18,16 @@ canvas {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.control {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
label {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-top: 5px;
|
||||
flex-grow: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue