This commit is contained in:
AlecM33
2022-06-19 18:59:08 -04:00
parent ef9f388003
commit 9b89d76e6b
6 changed files with 30 additions and 9 deletions

View File

@@ -70,8 +70,15 @@
}
#lobby-header {
margin-bottom: 1em;
display: flex;
flex-direction: column;
align-items: center;
max-width: 95%;
margin: 1em 1em 0 1em;
}
#lobby-header > div:nth-child(1) {
width: 100%;
}
h1 {
@@ -79,10 +86,6 @@ h1 {
margin: 0.5em auto;
}
#game-state-container > div:not(#transfer-mod-modal-background):not(#transfer-mod-modal):not(#game-people-container) {
margin: 1em;
}
#game-content .placeholder-row:nth-child(1) {
margin-top: 2em;
}
@@ -534,6 +537,11 @@ label[for='moderator'] {
background-color: #333243;
}
canvas {
border-radius: 3px;
margin: 1em;
}
.game-player {
border-left: 3px solid #21ba45;
display: flex;
@@ -655,6 +663,12 @@ label[for='moderator'] {
flex-wrap: wrap;
}
#game-parameters {
background-color: #333243;
border-radius: 3px;
padding: 5px 20px;
}
#game-player-list {
overflow-y: auto;
overflow-x: hidden;