mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Merge branch 'master' into game-templates
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user