bug fix: ids can be wrong if players added/deleted

This commit is contained in:
2024-10-04 17:05:39 +02:00
parent 5a13cf9214
commit 01c8248313
2 changed files with 26 additions and 7 deletions

View File

@@ -26,9 +26,8 @@ body {
}
.app {
margin: auto;
margin-bottom: 60px;
height: calc(100dvh + 60px);
margin: auto auto 60px;
height: calc(100% + 60px);
width: 100%;
max-width: 500px;
}