mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
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:
@@ -17,6 +17,7 @@ export class ChatMessageUser extends WithDisposable(ShadowlessElement) {
|
||||
|
||||
.chat-content-images {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
.images-row {
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user