Merge branch 'master' into game-templates

This commit is contained in:
AlecM33
2022-06-19 12:05:37 -04:00
3 changed files with 19 additions and 5 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;