- Change style of user list in lobby page for input at top
    - add some 3d objects on home page
This commit is contained in:
Kum1ta
2024-09-18 23:53:15 +02:00
parent 0c8c949de6
commit d0b789cdda
7 changed files with 51 additions and 6 deletions

View File

@ -355,7 +355,6 @@ body {
cursor: pointer;
display: flex;
flex-direction: row;
justify-content: space-between;
}
#searchResult .searchResultLine p {
@ -370,4 +369,6 @@ body {
width: 50px;
height: 50px;
padding: 5px;
border-radius: 50%;
margin-left: 10px;
}