diff --git a/src/web/App.mjs b/src/web/App.mjs index 159e3ae0..8798c7ff 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -904,9 +904,9 @@ class App { assignAvailableHeight( isMobile ){ const bannerHeight = 40; const controlsHeight = 50; - const operationsHeight = 90; + const operationsHeight = 80; - const remainingSpace = window.innerHeight - (bannerHeight+controlsHeight+operationsHeight-2); + const remainingSpace = window.innerHeight - (bannerHeight+controlsHeight+operationsHeight); // equally divide among recipe, input and output ["recipe", "input", "output"].forEach(( div ) => { diff --git a/src/web/html/index.html b/src/web/html/index.html index 47ba2563..7eab9dbe 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -271,7 +271,7 @@