You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We made the WebUI using a fixed width to overcome some problems of the responsiveness of the layout. In the future we should use the full width of the screen again and a have fully responsive WebUI.
This should be possible by designing a grid and by using CSS grid layout to implement it. This should also solve some problems like the header breaking the layout.
The text was updated successfully, but these errors were encountered:
Description
We made the WebUI using a fixed width to overcome some problems of the responsiveness of the layout. In the future we should use the full width of the screen again and a have fully responsive WebUI.
This should be possible by designing a grid and by using CSS grid layout to implement it. This should also solve some problems like the header breaking the layout.
The text was updated successfully, but these errors were encountered: