mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08: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 {
|
.chat-content-images {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
|
||||||
.images-row {
|
.images-row {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user