- Add responsive :
     - Lobby page
     - Fix bug profil/login/settings'
This commit is contained in:
Mathis Degryck
2024-10-05 23:49:39 +02:00
parent 7f5cf36eb7
commit 667d5141dc
10 changed files with 190 additions and 22 deletions

View File

@ -6,7 +6,7 @@
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:53:39 by edbernar #+# #+# */
/* Updated: 2024/10/04 18:03:56 by madegryc ### ########.fr */
/* Updated: 2024/10/04 20:43:32 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -274,4 +274,16 @@
#chatButton {
left: 40px;
}
#chatDiv {
width: 80%;
}
#inputMessageDiv {
width: 87%;
}
#inputMessage {
width: 100%;
}
}