cartesi / rollups-explorer

Cartesi Rollups Explorer Web Application
https://cartesiscan.io
Apache License 2.0
7 stars 26 forks source link

Improve UI for specification page on smaller screens #267

Open nevendyulgerov opened 5 days ago

nevendyulgerov commented 5 days ago

📄 Context

On smaller screens the specification form is being shrunk to the left side of the screen and some of its UI becomes difficult to use:

specs-form

Let's improve that by tweaking the layout of the page. On smaller screens, let's use a vertical layout - let's position the preview section below the form. This way we can use the entire available screen real estate for the spec form and the review textarea.

🎯 Definition of Done