bug fix: ids can be wrong if players added/deleted
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user