Initial implementation of the chat application with MariaDB and ArangoDB integration, including Docker setup and web interface.
This commit is contained in:
4
web/style.css
Normal file
4
web/style.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#chat-container { width: 500px; margin: auto; }
|
||||
#messages { border: 1px solid #ccc; height: 400px; overflow-y: scroll; padding: 5px; margin-bottom: 5px; }
|
||||
input { width: 80%; margin-bottom: 5px; }
|
||||
button { width: 18%; }
|
||||
Reference in New Issue
Block a user