-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(theme): new design for local nav and global header #3359
Conversation
Some transition duration is wrong. Try resizing browser window to lower height and scroll the home page up and down. The logo-side divider seems to have no transition. |
@brc-dd |
Oh no... thanks for spotting. Yeah the z-index is a bit of mess. I'll stop being lazy and reorganize them. |
@brc-dd |
LGTM. I'll make some changes to handle body scroll and closing on esc/click outside. |
214483e
to
28a27a3
Compare
2ba88d5
to
b137914
Compare
A new styles for outline dropdown on tablet viewport. This PR also adds new composable
useLocalNav
to check if the local nav is there.This removes the blurred header "curtain" and simply adds divider between header and the content.