Fix up selecting first player and some errors in the number generation.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user