vue-advanced-chat
vue-advanced-chat copied to clipboard
How to disable right aligned messages?
trafficstars
After some inspect element investigating this is the code aligning my messages to the right.
https://github.com/advanced-chat/vue-advanced-chat/blob/87b7ee8790c9b4803e98a1702c841cd4e4abcf0d/src/lib/Room/RoomMessage/RoomMessage.scss#L117-L120
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)
any update on this? I find resizing the window seems to affect message text alignment.
Very strange.