ClassClock
ClassClock copied to clipboard
Layouts are broken and inconsistent
- layouts on schedule page and select school page are taking up the enitre page width
- settings page layout is surrounded in a div with auto margins so it looks fine
- except the longest line of text sets the width (because auto widths) and if that text is dynamic (i.e. has bold on hover) the whole layout moves on hover
- the main page has no encapsulating div and everything is just auto-margin centered
ideally there would be a <Page>
component or something to wrap each page's content to make layouts consistent (and provide a slightly cleaner way to handle the corner navigation buttons and other inter-page stuff)
appears to have been fixed in b7feed14bf82475e38efe4ba95fd6a911633adfb. the site just has not been built since then :/
deployed in aa44f44311522a623ae73b7bb566ba3ac98eeec9.
:roll_eyes: