-
Notifications
You must be signed in to change notification settings - Fork 14
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
2321: Added minimum space between navigation tiles and toolbar #2489
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.
Woops, that looks like a merge conflict that was committed. Do you know how to fix that?
i think so, but i am not sure where the merge conflict is. can you point it out? |
It's a conflict between the two versions of |
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.
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.
Congrats on your first PR here 🎉 Thanks a lot!
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, thank you!
6009f65
to
db27e53
Compare
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 good, thanks! Tested in Firefox
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.
Tested on firefox, thanks!
@relentless95 can you run prettier once? Seems like some formatting is still of in Layout.tsx. |
Short description
there is almost no space between navigation tiles and toolbar when there are only a few languages available for a city.
Proposed changes
Created the variable additionalWidth (35px) in dimensions.tsx to be used inside the styled.aside element found in Layout.tsx to increase the distance between the navigation tiles and toolbar.
Side effects
None
Resolved issues
Fixes: #2321