Timothy J. Baek hai 7 meses
pai
achega
f381850bb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {