-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Updated the responsive banner to work correctly with inline styles #6663
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Harshit Kandpal <[email protected]>
@vr-varad I have made this PR as previous one was broken. Now can you check. |
🚀 Preview for commit 4a6835d at: https://68867893ea9dd8ea983d0666--layer5.netlify.app |
Thank you for your contribution! Add it as an agenda item to the meeting minutes, if you would :) |
Sign into the <a href="https://playground.meshery.io">Meshery Playground</a> (free account) to continue your lab. | ||
<div style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 2rem 1rem; width: 100%; background-color: black; color: white; font-size: 1rem; text-align: center;"> | ||
Sign into the | ||
<a href="https://playground.meshery.io" target="_blank" rel="noopener noreferrer" style="color: #00bfff; text-decoration: underline; margin: 0 0.3rem; white-space: nowrap;"> |
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.
the hyperlink color shouldnt be hardcoded here .
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.
@Namanv0509 removed the hyperlink color style.
Signed-off-by: Harshit Kandpal <[email protected]>
🚀 Preview for commit 2e507b8 at: https://688a72d156098e7a5806ddd6--layer5.netlify.app |
Fix: Description of the Fix
Description
This PR fixes 5640 by updating the responsive banner to work correctly with inline styles.
Reproduce issue: https://layer5.io/learn/service-mesh-labs/working-with-meshery-and-istio scale this doen
Notes for Reviewers
Adjusted the
<div>
with inline styles to ensure responsiveness on both small and large screens.Used
flex-wrap
,white-space: nowrap
, and padding for better layout behavior.No additional dependencies or external CSS used — all inline for maximum compatibility.
Yes, I signed my commits.
Checklist Before Review