This commit is contained in:
retoor 2025-02-08 22:03:26 +01:00
parent 5154811b29
commit a8fea31a32

View File

@ -156,6 +156,7 @@ message-list {
}
.chat-messages {
flex: 1;
padding: 10px;
height: 200px;
background: #1a1a1a;
@ -172,7 +173,7 @@ message-list {
align-items: flex-start;
margin-bottom: 0px;
padding: 5px;
/*background: #222;*/
border-radius: 8px;
/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
}
@ -190,7 +191,6 @@ message-list {
align-items: center;
margin-right: 15px;
}
.chat-messages .message .message-content {
flex: 1;
}