Clipclop tweaks (#3851)
* scroll on input resize
* add back the padding 🙊
* fix timestamps
This commit is contained in:
parent
876816675e
commit
feff55a14a
5 changed files with 20 additions and 13 deletions
|
@ -11,7 +11,7 @@ export function MessageInput({
|
|||
onSendMessage,
|
||||
}: {
|
||||
onSendMessage: (message: string) => void
|
||||
onFocus: () => void
|
||||
scrollToEnd: () => void
|
||||
}) {
|
||||
const {_} = useLingui()
|
||||
const t = useTheme()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue