-
-
Notifications
You must be signed in to change notification settings - Fork 502
Open
Description
After some inspect element investigating this is the code aligning my messages to the right.
vue-advanced-chat/src/lib/Room/RoomMessage/RoomMessage.scss
Lines 117 to 120 in 87b7ee8
.vac-offset-current { | |
margin-left: 50%; | |
justify-content: flex-end; | |
} |
I have found nothing in the docs regarding this kind of customization
Context
I want all messages to align-start (and take up full width)
Metadata
Metadata
Assignees
Labels
No labels