-
Notifications
You must be signed in to change notification settings - Fork 23
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 mobile header #569
fix mobile header #569
Conversation
@@ -5,14 +5,13 @@ | |||
<title>RoRganize.it | Find a Rails Girls Study Group</title> | |||
<%= stylesheet_link_tag (params[:redesign] ? 'redesign' : 'application'), media: "all" %> | |||
<%= csrf_meta_tags %> | |||
<link href='//fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'> |
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.
Nice!
@@ -5,14 +5,13 @@ | |||
<title>RoRganize.it | Find a Rails Girls Study Group</title> | |||
<%= stylesheet_link_tag (params[:redesign] ? 'redesign' : 'application'), media: "all" %> |
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.
Do you think we can also get rid of this? We can start a new issue for it, so as not to scope creep this one.
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.
Ah, good catch! I can definitely remove that
Thanks soooo much for this. Since there is a fair bit of re-organization of the files, could you point out the fixes that solve the particular UI issues? Sorry for closing accidentally 🤦♀️ |
|
||
$navbar-height-reduced: 78px; // some weirdness on smaller screens | ||
|
||
nav.navbar { |
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.
@sareg0 most things happen here. I changed the flex-order of the elements that appear in the header to better fit smaller screens. Some elements were also hidden on mobile devices which are now always visible
@sareg0 sure thing! I left a comment in the files :) |
LGTM |
part of #519
Logo, main-nav and profile-nav are now visible and usable on every screen size