fix: update user message bubble styling for improved appearance

This commit is contained in:
Soulter
2025-07-06 18:06:25 +08:00
parent 3c3b6dadc3
commit 7512bfc710

View File

@@ -1477,8 +1477,10 @@ export default {
.user-bubble {
color: var(--v-theme-primaryText);
padding: 12px 16px;
padding: 18px 20px;
font-size: 16px;
max-width: 60%;
border-radius: 1.5rem;
}
.bot-bubble {