[#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

@ -1,11 +1,15 @@
:root {
/* Fixed heights */
--banner-height: 40px;
/*initial mobile height*/
--controls-height: 50px;
--operations-height: 90px;
/* Mobile height */
--title-height: 40px;
--controls-height: 50px;
--operations-height: 80px;
/* Desktop specific height */
--desktop-controls-height: 70px;
--tab-height: 40px;
}
/**