Ray-caster: label controls

This commit is contained in:
Aaron Fenyes 2024-08-26 01:47:53 -07:00
parent 85db7b9be0
commit b9370ceb41
2 changed files with 93 additions and 51 deletions

View file

@ -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;
}