fix(core): ai images are not right-aligned (#11850)

### TL;DR

Fix ai images are not right-aligned.

> CLOSE BS-3131
This commit is contained in:
yoyoyohamapi
2025-04-21 11:15:17 +00:00
parent a2b40fea20
commit fe03292346

View File

@@ -17,6 +17,7 @@ export class ChatMessageUser extends WithDisposable(ShadowlessElement) {
.chat-content-images {
display: flex;
justify-content: flex-end;
.images-row {
margin-left: auto;