@@ -2724,7 +2724,7 @@ from desktop.views import _ko
}
.message {
- padding: 10px;
+ padding: 5px;
margin-bottom: 8px;
max-width: 95%;
word-wrap: break-word;
@@ -2742,7 +2742,7 @@ from desktop.views import _ko
/* 用户消息:靠右,绿色背景 */
.user-message {
align-self: flex-end;
- background-color: #c8e6c9;
+ background-color: #cdf6ce;
color: #0a0a0a;