[#181] change default panel heights based on some user feedback

This commit is contained in:
Robin Scholtes 2023-05-01 14:02:18 +12:00
parent 89c1ab12ab
commit 093a3c4b77
2 changed files with 3 additions and 8 deletions

View file

@ -10,7 +10,7 @@
--banner-height: 40px;
--controls-height: 70px;
--workspace-height: calc( 100vh - var(--banner-height) - var(--controls-height));
--recipe-height: 16vh;
--recipe-height: 38vh;
--operations-height: 89px;
--io-height: calc(100vh - var(--banner-height) - var(--controls-height) - var(--recipe-height) - var(--operations-height));
}