Add file uploads

This commit is contained in:
2024-11-25 14:25:42 +11:00
parent dae4bb380f
commit 83fc6052ad
3 changed files with 81 additions and 1 deletions

View File

@@ -170,6 +170,12 @@ body {
width: 100%;
}
.file {
float: left;
border-radius: 10px;
margin: 5px 0;
}
/* Create a container for message input and send button */
.input-container {
display: flex;