Ein paar änderungen beim joinen screen. Sowie die

die Möglichkeit den Code zu kopieren
This commit is contained in:
2025-03-18 12:53:18 +01:00
parent 4311b4c565
commit 14507cca7d
4 changed files with 62 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ button {
width: 350px;
}
#joinBtn{
#joinOverlayBtn{
background-color: rgb(0, 119, 255);
}
@@ -63,4 +63,13 @@ button {
#player2{
background-color: rgba(0, 89, 255, 0.377);
border-radius: 0 0 10px 10px;
}
.formSection h2{
text-align: center;
}
#codeInp{
text-align: center;
}