style: update max-width in chat message item

This commit is contained in:
dakai 2024-10-14 02:39:38 +08:00
parent afd75e027d
commit 85e70f559d

View File

@ -430,7 +430,7 @@
.chat-message-item {
box-sizing: border-box;
max-width: 300px;
max-width: 100%;
margin-top: 10px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.05);