Merge branch 'master' into spectator-count

This commit is contained in:
AlecM33
2022-12-27 22:37:38 -05:00

View File

@@ -5,13 +5,13 @@
justify-content: space-between;
background-color: black;
color: #e7e7e7;
padding: 10px;
padding: 5px;
border-radius: 3px;
font-size: 17px;
width: fit-content;
min-width: 15em;
border: 2px solid transparent;
margin: 0.5em 0;
margin: 0.25em 0;
box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}
@@ -19,7 +19,7 @@
overflow-y: auto;
max-height: 30em;
overflow-x: hidden;
padding: 0 10px;
padding: 0 25px 0 10px;
border-radius: 3px;
}
@@ -624,7 +624,7 @@ canvas {
align-items: center;
padding: 0 5px;
justify-content: space-between;
margin: 0.5em 0;
margin: 0.25em 0;
position: relative;
box-shadow: 2px 3px 6px rgb(0 0 0 / 50%);
border-radius: 3px;