feat: Team management panel

the display name of a player is the same for all teams... change that?
This commit is contained in:
2025-03-24 14:11:58 +01:00
parent e88eb02ef1
commit 8b4ee3b289
5 changed files with 191 additions and 34 deletions

View File

@@ -507,9 +507,15 @@ button {
&.new-player {
background-color: #3838;
}
&.disable-player {
background-color: #e338;
}
}
.new-player-inputs {
display: flex;
flex-direction: column;
margin: auto;
div {