style: 用户消息不再右对齐

This commit is contained in:
2026-03-04 09:35:06 +08:00
parent d71453e42f
commit ff3b769cf6

View File

@@ -197,7 +197,7 @@
column-gap: 0.9rem; column-gap: 0.9rem;
// align-items: flex-start; // align-items: flex-start;
&.is-user { &.is-user {
text-align: right; // text-align: right;
flex-direction: row-reverse; flex-direction: row-reverse;
column-gap: 1.3rem; column-gap: 1.3rem;
} }
@@ -222,6 +222,7 @@
.message-context { .message-context {
line-height: 2rem; line-height: 2rem;
font-size: 1.4rem; font-size: 1.4rem;
max-width: 82%;
} }
} }
.operate { .operate {