-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Individual-Integrations] Fix logo scaling and make the integrations page responsive #6579
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
Conversation
🚀 Preview for commit 6499537 at: https://6860503b8482fc81713147c5--layer5.netlify.app |
Thank you for working on this @ShirshenduR.
|
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.
too many !important
, let's avoid fixing the issue this way. Let's find out the source of the problem.
Please revert whitespaces changes not pertinent to the pr. turn off your formatters.
🚀 Preview for commit 227e222 at: https://68616b7e4215d215ccea656b--layer5.netlify.app |
@vishalvivekm The root cause for the issue is in the Image component |
🚀 Preview for commit a36f095 at: https://68617c1d066d25d632bf1c73--layer5.netlify.app |
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.
@ShirshenduR Please revert extraneous commits / lint changes
afc8521
to
6dabd37
Compare
🚀 Preview for commit 6dabd37 at: https://68618f785b00177464aeb5f4--layer5.netlify.app |
Fix layer5io#6578: bugfix: responsive integration logos Signed-off-by: Shirshendu R Tripathi <shirsh8924@gmail.com> Fix integration logo display and spacing issues Signed-off-by: Shirshendu R Tripathi <shirsh8924@gmail.com> Revert "Fix layer5io#6578: bugfix: responsive integration logos" This reverts commit 36585f4. Signed-off-by: Shirshendu R Tripathi <shirsh8924@gmail.com>
🚀 Preview for commit 55c7688 at: https://68622cf297cef8a8143a8ee0--layer5.netlify.app |
@ShirshenduR Add it as an agenda item to the meeting minutes, if you would :) |
|
Please review the changes now @vishalvivekm |
Let's note that the fixed aspect ratio was added to help improve the CLS(Cumulative Layout Shift) score. However, since it's causing image distortion, we're reverting that. |
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
🚀 Preview for commit 2e52097 at: https://6862cf76d2a3cd832aa27671--layer5.netlify.app |
Description
This PR fixes #6578
Notes for Reviewers
Signed commits