fix: 系统消息最大宽度限制与居中对齐

This commit is contained in:
2026-06-22 15:08:26 +08:00
parent 18aa5f1949
commit f1b9e4fcc1

View File

@@ -915,6 +915,8 @@ body {
gap: 10px;
padding: 6px 0;
background: transparent;
max-width: 100%;
align-self: center;
}
.chat-message--system::before,