-
Notifications
You must be signed in to change notification settings - Fork 230
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
Fix hamburger menu at mobile for pages with no project bar #2017
Conversation
app/styles/_vertical-nav.less
Outdated
} | ||
.has-project-bar & { | ||
top: (@navbar-os-header-height-mobile + @project-bar-height-mobile); | ||
@media(min-width: @screen-sm-min) { | ||
top: (@navbar-os-header-height-desktop + @project-bar-height-desktop); | ||
display: block; |
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.
Nit: alpha
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.
Fixed
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.
One nit
1027b37
to
c5a33e4
Compare
[merge][severity: blocker] |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to c5a33e4 |
Origin Web Console Test Results: FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/140/) (Base Commit: 73c7420) (PR Branch Commit: c5a33e4) |
Flake #2016 |
[merge][severity: blocker] |
Evaluated for origin web console merge up to c5a33e4 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/133/) (Base Commit: becea5e) (PR Branch Commit: c5a33e4) (Extended Tests: blocker) |
The hamburger menu was broken on some pages where it should show the utility nav (help and user menus).