✨
This commit is contained in:
@ -37,10 +37,6 @@
|
|||||||
justify-items: center;
|
justify-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menupage form p {
|
|
||||||
margin-top: -10pt;
|
|
||||||
margin-bottom: 10pt;
|
|
||||||
}
|
|
||||||
.menupage form div {
|
.menupage form div {
|
||||||
margin-bottom: 10pt;
|
margin-bottom: 10pt;
|
||||||
}
|
}
|
||||||
|
@ -8,9 +8,8 @@
|
|||||||
<form method="post" action="/startgame">
|
<form method="post" action="/startgame">
|
||||||
<div>
|
<div>
|
||||||
<label for="game_length">Game rounds:</label>
|
<label for="game_length">Game rounds:</label>
|
||||||
<input type="number" name="game_length" min=0 class="number" value=10>
|
<input type="number" name="game_length" min=1 class="number" value=10>
|
||||||
</div>
|
</div>
|
||||||
<p>(0 for endless mode)</p>
|
|
||||||
<div>
|
<div>
|
||||||
<label for="hard_mode">Hard mode:</label>
|
<label for="hard_mode">Hard mode:</label>
|
||||||
<input type="checkbox" name="hard_mode" class="checkbox">
|
<input type="checkbox" name="hard_mode" class="checkbox">
|
||||||
|
Reference in New Issue
Block a user