fix: 增加用户消息宽度
- 用户消息宽度从 75% 增加到 85% - AI 消息宽度调整为 80% - 减少消息行数,显示更紧凑
This commit is contained in:
@@ -326,7 +326,16 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
max-width: 75%;
|
}
|
||||||
|
|
||||||
|
/* 用户消息更宽 */
|
||||||
|
.message.user .message-body {
|
||||||
|
max-width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* AI 消息稍窄 */
|
||||||
|
.message.assistant .message-body {
|
||||||
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message.user .message-body {
|
.message.user .message-body {
|
||||||
|
|||||||
Reference in New Issue
Block a user