Timothy J. Baek 7 tháng trước cách đây
mục cha
commit
f381850bb2

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -285,7 +285,7 @@
 		}
 		}
 
 
 		showControls.subscribe(async (value) => {
 		showControls.subscribe(async (value) => {
-			if (controlPane) {
+			if (controlPane && !$mobile) {
 				if (value) {
 				if (value) {
 					controlPane.resize(parseInt(localStorage.getItem('chat-controls-size') || '35'));
 					controlPane.resize(parseInt(localStorage.getItem('chat-controls-size') || '35'));
 				} else {
 				} else {