- 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

@ -73,9 +73,7 @@
<div id="chatDiv">
<div id="topChatHome">
<h1>Chat</h1>
<div id="topChatCross">
<h2>X</h2>
</div>
<div id="topChatCross"><span>&times;</span></div>
</div>
<p id="infoChat">You are not connected to the chat</p>
</div>