lostcarpark / conclar

ConClár Programme Guide in ReactJS
MIT License
11 stars 12 forks source link

Improve navigation styles #80

Closed mcdemarco closed 2 years ago

mcdemarco commented 2 years ago

The two improvements are for small screen layout, and highlighting the selected page using React NavLink in place of Link (plus the appropriate css w/color vars).

mcdemarco commented 2 years ago

I also added some styling of the filters. I used more flexbox instead of css grid for them because the number of dropdowns is unpredictable.

lostcarpark commented 2 years ago

That's looking slick. Well done.