fix bug with redundant play/pause events, fix spec, tweak current moderator css

This commit is contained in:
AlecM33
2023-04-08 16:01:39 -04:00
parent f1a5df94e2
commit bef8cd8d59
6 changed files with 25 additions and 22 deletions

View File

@@ -21,8 +21,8 @@
border-radius: 5px;
color: #d7d7d7;
background-color: #16141e;
width: fit-content;
padding: 0 20px;
padding: 0 10px;
width: 90%;
margin-bottom: 0.5em;
}
@@ -74,7 +74,7 @@
flex-wrap: wrap;
display: flex;
width: 100%;
margin: 1em auto 140px auto;
margin: 0 auto 140px auto;
}
#game-state-container h2 {