Use grid to the main layout
This PR is a proposal to convert the main layout (sidebar, navbar, content) using a grid.
It aim to allow to smoothly rescale the content into the screen and at some point expose scrollbar when ever it is needed.
I use that stuff to have smooth rescaled plots in the tomo
branch.
Notice there is no need anymore to use css calc
, or hardcoded $height
. Which is good in my POV.
TODO:
- better layout for error message when the server is not there
Edited by Valentin Valls