mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Made the default height of the input box 2 instead of 5 to use less space, especially on mobile
This commit is contained in:
@@ -222,7 +222,7 @@ export function Composer(props: { disableSend: boolean; isDeveloperMode: boolean
|
||||
|
||||
<Textarea
|
||||
variant='soft' autoFocus placeholder={textPlaceholder}
|
||||
minRows={5} maxRows={12}
|
||||
minRows={2} maxRows={12}
|
||||
onKeyDown={handleKeyPress}
|
||||
onDragEnter={handleMessageDragEnter}
|
||||
value={composeText} onChange={(e) => setComposeText(e.target.value)}
|
||||
|
||||
Reference in New Issue
Block a user