mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
restart functionality
This commit is contained in:
@@ -607,7 +607,7 @@ input {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: calc(100% + 100px);
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
#deck-status-container {
|
||||
width: 20em;
|
||||
max-width: 95%;
|
||||
height: 13em;
|
||||
height: 10em;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
}
|
||||
@@ -356,7 +356,7 @@ input[type="number"] {
|
||||
#deck-select {
|
||||
margin: 0.5em 1em 1.5em 0;
|
||||
overflow-y: auto;
|
||||
height: 15em;
|
||||
height: 12em;
|
||||
}
|
||||
|
||||
.deck-select-role {
|
||||
|
||||
@@ -510,12 +510,19 @@ label[for='moderator'] {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.timer-container-moderator {
|
||||
#game-header button {
|
||||
min-width: 10em;
|
||||
}
|
||||
|
||||
#timer-container-moderator {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 1em;
|
||||
padding: 0.5em;
|
||||
border-radius: 3px;
|
||||
background-color: #333243;
|
||||
}
|
||||
|
||||
.game-player {
|
||||
@@ -533,7 +540,7 @@ label[for='moderator'] {
|
||||
|
||||
.game-player-name {
|
||||
position: relative;
|
||||
width: 10em;
|
||||
min-width: 6em;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user