mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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:
parent
72cfbe4c21
commit
64b20cf070
@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
div[role='textbox'] {
|
div[role='textbox'] {
|
||||||
font-size: 0.9rem;
|
font-size: 16px;
|
||||||
padding: 0.3rem;
|
padding: 0.3rem;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border-color: var(--theme-color-components-form-field-border);
|
border-color: var(--theme-color-components-form-field-border);
|
||||||
|
@ -253,7 +253,7 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText }) => {
|
|||||||
onKeyDown={onKeyDown}
|
onKeyDown={onKeyDown}
|
||||||
onPaste={onPaste}
|
onPaste={onPaste}
|
||||||
renderElement={renderElement}
|
renderElement={renderElement}
|
||||||
placeholder="Chat message goes here..."
|
placeholder="Send a message to chat"
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user