-
Notifications
You must be signed in to change notification settings - Fork 187
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
Header nav fix #1178
Header nav fix #1178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
@@ -20,103 +20,94 @@ body { | |||
|
|||
/* NAVIGATION BAR */ | |||
/* nav variables/mixins */ | |||
|
|||
#top-navigation, #main-nav-right{ | |||
display: grid; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like there's an extra indentation here
#top-navigation, #main-nav-right{ | ||
display: grid; | ||
grid-auto-flow: column; | ||
justify-content: space-between; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting! I hadn't considered this approach
@micahscopes Pushing one more commit- this one fixes an issue with the channel dropdown styling where the channels weren't filling the dropdown space. Could you take a look at my last commit to see if it works for you? |
Description
Fixed responsive problem with main navbar
Issue Addressed (if applicable)
#679
Before/After Screenshots (if applicable)
Steps to Test
Checklist