Add Start Playing page, clean up /generate page

This commit is contained in:
Chris Wilson
2021-10-11 20:52:30 -04:00
parent 065931cae7
commit e4f4c1f1be
7 changed files with 123 additions and 29 deletions

View File

@@ -25,6 +25,21 @@
margin-bottom: 1rem;
}
#generate-game-form-wrapper table td{
text-align: left;
padding-right: 0.5rem;
}
#generate-form-button-row{
display: flex;
flex-direction: row;
justify-content: center;
}
#file-input{
display: none;
}
.interactive{
color: #ffef00;
}