Fix up selecting first player and some errors in the number generation.

This commit is contained in:
jude
2023-02-01 18:09:32 +00:00
parent b37f273b05
commit 8afe512062
6 changed files with 100 additions and 60 deletions

View File

@ -4,3 +4,22 @@
top: 0;
padding: 12px;
}
#ready {
position: fixed;
bottom: 20px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
#ready-button {
font-size: 2em;
color: red;
}
#ready-button.active {
font-size: 2em;
color: green;
}