Summary
I have a streamlit use-case that runs on a tablet PC so the screen space is limited.
There is space above where the first text is displayed and in the area where the menu collapses (for a multipage app). On normal screens, this isnโt a big deal but by the time you include the window border, the menu, the address bar, the tab bar, the bookmark bar, and the task tray vertical space is at about 60%, so loosing that fat purple area is pretty painful since it does nothing, other than the info/hamburger menu, which could optionally, go at the bottom.
Is there a way to recover some of the space in the purple and green boxes?
If something doesnโt exist, it seems like you could get ALL of the green area if you put the expander button in the purple box and you could put Info and Hamburger at the bottom and reduce the size of the purple box substantially.