This commit is contained in:
Timothy J. Baek 2024-09-21 04:04:34 +02:00
parent 273787fe78
commit f381850bb2

View File

@ -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 {