diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 51b90892b..541ac5074 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -285,7 +285,7 @@ } showControls.subscribe(async (value) => { - if (controlPane) { + if (controlPane && !$mobile) { if (value) { controlPane.resize(parseInt(localStorage.getItem('chat-controls-size') || '35')); } else {