team-genny / genny

0 stars 1 forks source link

Improve front-end responsiveness #20

Closed fergcb closed 4 months ago

fergcb commented 4 months ago

The UI currently doesn't respond well to smaller screen sizes (e.g. mobile), especially on more dense pages such as the CreateSchemaPage.

We should employ responsive css (media queries, breakpoints) to ensure all pages still render well on mobile devices or smaller laptop screens.

e.g. the sidebar could collapse on smaller screens, horizontal layouts could break into vertical ones, etc.