-
Notifications
You must be signed in to change notification settings - Fork 124
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
Padding before title #1625
Padding before title #1625
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.
Thanks for working on this @MorningLit 👍
A few suggestions:
Wonder if it is better to add it here instead so that it will be applied to current markbind sites as well. Adding it inside core/template
will only affect newly init
sites.
0.3125rem
still seems a little tight, maybe can try out 0.5rem
?
You may also want to run npm run lintfix
and then npm run test
first before pushing to lint and ensure all tests are passing.
Appreciate the feedback @jonahtanjz ! The new updated padding |
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.
Thanks for updating 👍
Perhaps your commit message can be a little more specific? Maybe something like Add left padding to page nav title
?
Updated my PR based on your comments 👍 |
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.
LGTM 👍 Thanks again for working on this @MorningLit!
What is the purpose of this pull request?
Fixes #1614
Overview of changes:
Hi dev team, I am sending this PR here, as told by Prof Damith, because I am unsure if my fix is the correct approach. Do let me know what did I do wrong and where can I improve it!
Added a padding-left of 0.3125 rem which is the same as the element's padding-top and padding-bottom.
Anything you'd like to highlight / discuss:
Testing instructions:
Proposed commit message: (wrap lines at 72 characters)
Add left padding to page nav title
Checklist: ☑️