Add files via upload

Added a Chat Input Field and Moderation Tools.
This commit is contained in:
Rodrigo Emanuel
2025-05-23 19:28:51 -03:00
committed by GitHub
parent 847769bf79
commit 19006f06ea
9 changed files with 460 additions and 17 deletions

View File

@@ -17,6 +17,11 @@ body {
a { color: #ffcc00; }
hr {
border: 1px solid #222;
margin: 20px 0;
}
#chat-divided {
display: flex;