-
-
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
Upgrade to Lektor-Icon 3.x w/Bootstrap 5 & fix other issues #224
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.
A few comments so far:
- Seems like we're missing one
col-md-4
in the custom CSS, and might be worth double-checking for anything else that was missed (though nothing stood out to me inspecting the remaining selectors) - The layout and sizing of the plugins gallery items has substantial differences; the live site has its three items expand to fill the full column, while in this PR they remain the same size, and additionally in this PR the second has a large bottom margin, versus zero here. I'm not seeing any custom CSS or JS for this, so we probably missed it in the theme due to not carefully checking the case of N_gallery items % 4 not equal 0 with the final version at large sizes, which differs between the Spyder and demo sites.
- Not sure how easily fixable it is here, but as a consequence of the impacts to Stellar with the theme changes, the hero graphic is scaled smaller and has much more bottom margin than before, which doesn't look as good.
- The hero image change is unrelated to the theme changes, so it should be in a separate PR (like the logo change, etc)
Oh yeah, I'm not done yet. |
Oh, oops—you'd marked this "Ready for Review", so I'd assumed it was ready sorry. |
I should have left it as draft... my apologies. |
- Fix regressions with css change on lektor-icon
0ac40ed
to
e6758fb
Compare
This PR is ready for review, but requires merging of lektor-icon's PR 29 to be complete. |
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 now, everything is fixed so I think we can merge this. Thanks @conradolandia !
This pull request aims to fix all the possible issues remaining in website-spyder after the last merge of Bootstrap 5 in lektor-icon.