Use 16px font size to prevent auto zoom on iOS Safari. Shorten the 'type here' message so it doesn't wrap to a second line when the chat pane becomes a column on the right side of larger screens. Re #2276. (#2294)
This commit is contained in:
@@ -253,7 +253,7 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText }) => {
|
||||
onKeyDown={onKeyDown}
|
||||
onPaste={onPaste}
|
||||
renderElement={renderElement}
|
||||
placeholder="Chat message goes here..."
|
||||
placeholder="Send a message to chat"
|
||||
style={{ width: '100%' }}
|
||||
autoFocus
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user