- add new request for start game in tournament
    - fix some bug with style
This commit is contained in:
Kum1ta
2024-10-02 13:50:54 +02:00
parent eb6b2c8ada
commit aab0b9397c
7 changed files with 33 additions and 9 deletions

View File

@ -162,8 +162,13 @@
display: flex;
width: 95%;
height: 100%;
flex-direction: column;
background-color: #090909;
align-items: center;
padding: 20px;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
overflow-y: auto;
}