- Fix cross button chat to a real cross
    - Fix top bar lobby
This commit is contained in:
Misthaa
2024-09-18 01:50:40 +02:00
parent dbbecc2232
commit 1381009e1d
4 changed files with 18 additions and 14 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* liveChat.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: marvin <marvin@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:53:39 by edbernar #+# #+# */
/* Updated: 2024/09/17 23:12:39 by edbernar ### ########.fr */
/* Updated: 2024/09/18 01:28:22 by marvin ### ########.fr */
/* */
/* ************************************************************************** */
@ -58,11 +58,8 @@
font-size: 25px;
}
/* Delete this, is just for cross style */
#chatDiv h2 {
cursor : pointer;
margin: 0;
font-size: 25px;
#topChatCross span{
font-size: 30px;
}
#chatDiv #topChatHome {

View File

@ -57,7 +57,7 @@ body {
}
.main{
padding-block: 25px;
padding-block: 45px;
padding-inline: 150px;
display: flex;
flex-direction: row;
@ -187,7 +187,7 @@ body {
padding: 0;
padding-inline: 50px;
display: flex;
gap: 2rem;
gap: 5rem;
align-items: center;
justify-content: center;
inset-inline: 0;
@ -230,6 +230,7 @@ body {
display: flex;
align-items: flex-start;
justify-content: center;
width: 40%;
padding-top: 20px;
}