tweak end of game page styling

This commit is contained in:
AlecM33
2022-06-12 13:54:13 -04:00
parent 79edb7e8a7
commit ff1b4e0ad8
2 changed files with 10 additions and 4 deletions

View File

@@ -226,9 +226,7 @@ export const HTMLFragments = {
<div id='game-player-list'></div>
</div>`,
RESTART_GAME_BUTTON:
`<div>
<button id='restart-game' class='app-button'>Run it back 🔄</button>
</div>`,
`<button id='restart-game' class='app-button'>Run it back 🔄</button>`,
CREATE_GAME_DECK:
`<div id='deck-container'>
<div>

View File

@@ -104,9 +104,17 @@ h1 {
align-items: center;
}
#end-of-game-header h2 {
border: 1px solid #333243;
border-radius: 5px;
background-color: #1a1726;
padding: 7px;
margin: 0.5em;
}
#end-of-game-header button {
margin: 0.5em;
min-width: 10em;
min-width: 12em;
}
.potential-moderator {
display: flex;