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