steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.78k stars 420 forks source link

Fix Navbar jumping on media query #58

Closed bweissmann closed 1 year ago

bweissmann commented 1 year ago

Issue

The navbar has weird behavior at the cutoff of xl screen size

Before:

https://github.com/steven-tey/precedent/assets/7266179/f376ce02-fc8e-4ba2-afac-a40c8d13c5e1

After:

https://github.com/steven-tey/precedent/assets/7266179/87cf3825-8a39-4a1d-8b88-5e28427fdf37

vercel[bot] commented 1 year ago

@bweissmann is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

steven-tey commented 1 year ago

Thank you for the PR and the detailed writeup!