This commit is contained in:
h z
2025-05-04 15:21:01 +01:00
commit 619ddc6ddf
70 changed files with 60624 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
.user-message {
text-align: right;
margin-bottom: 5px;
padding: 8px;
background-color: #e1f5fe;
border-radius: 8px;
margin-left: 20%;
}
.server-message {
text-align: left;
margin-bottom: 5px;
padding: 8px;
background-color: #f1f1f1;
border-radius: 8px;
margin-right: 20%;
}
.session-selector { margin-bottom: 15px; }
.chat-history {}
.chat-input { display: flex; }
.chat-input input { flex-grow: 1; margin-right: 5px; }