From 31d78c69cc06facdc7388a344c0a5c9acfb18998 Mon Sep 17 00:00:00 2001 From: MajesticWafer <123651667+MajesticWafer@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:37:26 -0400 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6693094..acb83f1 100644 --- a/app.js +++ b/app.js @@ -401,7 +401,7 @@ function uiUpdateLayout() { w = 256; h = 192; left = (window.innerWidth - w) / 2; - top = 0; + top = (maxHeight - h) / 2; } fbSize = [[w, h], [w, h]];