Django
- add "opponentLeft" boolean in endGame() Site - update end game screen - fix red point on live chat after a game
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/20 11:23:41 by edbernar #+# #+# */
|
||||
/* Updated: 2024/09/29 01:11:55 by edbernar ### ########.fr */
|
||||
/* Updated: 2024/09/29 13:28:28 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -238,15 +238,18 @@ body {
|
||||
#endGameText {
|
||||
font-size: 100px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#endGameScore {
|
||||
font-size: 75px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#endGameSimpleText {
|
||||
font-size: 25px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
}
|
Reference in New Issue
Block a user