This commit is contained in:
Robin Scholtes 2023-05-09 22:14:36 +12:00
parent f1257ea356
commit 5362f9fda4
9 changed files with 48 additions and 23 deletions

View file

@ -451,7 +451,7 @@ ${navigator.userAgent}
pane.style.height = `${window.innerHeight - 40}px`;
} else {
if ( window.innerWidth < this.app.breakpoint ){
this.app.divideAvailableSpace();
this.app.assignAvailableHeight();
}
}
}