mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-29 09:17:51 +01:00
tweak restart button styling
This commit is contained in:
@@ -301,7 +301,7 @@ export class GameStateRenderer {
|
||||
restartGameContainer.innerHTML = HTMLFragments.RESTART_GAME_BUTTON;
|
||||
const button = restartGameContainer.querySelector('#restart-game');
|
||||
button.addEventListener('click', this.restartGameHandler);
|
||||
document.getElementById('end-of-game-buttons').appendChild(restartGameContainer);
|
||||
document.getElementById('end-of-game-buttons').prepend(restartGameContainer);
|
||||
}
|
||||
this.renderPlayersWithNoRoleInformationUnlessRevealed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user