- Add skin selector in lobby page
    - change div with info and selectors in lobby page
This commit is contained in:
Kum1ta
2024-09-25 00:10:43 +02:00
parent 10d466a964
commit 7b49d011df
8 changed files with 164 additions and 25 deletions

View File

@ -74,8 +74,6 @@ body {
justify-content: space-between;
}
/* POUR EDDY : CHANGE HERE FOR SELECTING THE SKIN */
.popup-background {
display: none;
position: fixed;
@ -86,6 +84,7 @@ body {
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 700;
}
.popup-skin {
@ -424,4 +423,13 @@ body {
padding: 5px;
border-radius: 50%;
margin-left: 10px;
}
.menuSelected {
display: flex;
flex-direction: row;
}
.menuSelected {
display: none;
}