Timothy J. Baek 8 달 전
부모
커밋
f381850bb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
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 {