[#181] adjust #controls panel template and css so it will automatically scale based on #controls height, which makes adjustWidth() redundant. Controls is now 50px height on mobile ( 70 was just a lot of wasted space that can be better spend )

This commit is contained in:
Robin Scholtes 2023-05-10 15:27:43 +12:00
parent 222bb624ae
commit 0868d97cee
7 changed files with 53 additions and 57 deletions

View file

@ -1,9 +1,11 @@
:root {
/* Fixed heights */
--banner-height: 40px;
--controls-height: 50px;
/*initial mobile height*/
--controls-height: 50px;
--operations-height: 90px;
--desktop-controls-height: 70px;
}
/**