rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
223 stars 154 forks source link

Flex schedule sub navigation to column on smaller screens #360

Closed codyjamesbrooks closed 1 year ago

codyjamesbrooks commented 1 year ago

🟢 - Ready for Review Flex schedule sub navigation to column on smaller screens

Reason for Change

As a user, when viewing the schedule page on a smaller screen, the schedule sub navigation shouldn't run off the screen.

Changes

Added a slightly smaller breakpoint, to the schedule CSS. Breakpoint adds a rule to display the Schedule Sub nav as a column on smaller screens.

Who doesn't love a preview

Screen Recording 2022-11-18 at 3 04 40 PM

codyjamesbrooks commented 1 year ago

Taking a look at what is going on with the test suite.

adarsh commented 1 year ago

👍🏽