fix: add max-width constraint to center chat messages
Added maxWidth (800px) and centering to the messages list to prevent
messages from stretching full width on large screens.
Changes:
- Added maxWidth: 800 to messagesList style
- Added alignSelf: 'center' to center the content
- Added width: '100%' to ensure full width on smaller screens