[#181] reduce title-height from 48 to 40

This commit is contained in:
Robin Scholtes 2023-05-10 16:51:50 +12:00
parent fefb98e466
commit a27de41328
6 changed files with 21 additions and 18 deletions

View file

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