-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Announcement bar] Change the slider width to 60% #2593
Conversation
a1a89ae
to
ccc8f76
Compare
assets/base.css
Outdated
.announcement-bar-slider { | ||
width: 60% |
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.
I think this fixed the issue on mobile but now on large screen it doesn't look at 60% visually
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.
@melissaperreault I'm confused about the screenshot. The portion you highlighted looks like 40% to me, rather than 60%. What @eugenekasimov did looks right to me 🤔
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.
👀 You are so right! Sorry for the confusion, I guess it was my Friday brain! 😆
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.
@melissaperreault So, everything looks okay 😅 ?
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! 🚢
Co-authored-by: Ken Meleta <30790058+kmeleta@users.noreply.github.com>
* Change the slider width to 60% * Change the slider width to 60% * Add missing ';' Co-authored-by: Ken Meleta <30790058+kmeleta@users.noreply.github.com> --------- Co-authored-by: Ken Meleta <30790058+kmeleta@users.noreply.github.com>
PR Summary:
This PR changes the announcement bar slider with to 60%.
Why are these changes introduced?
This change was a part of another PR, however due to lack of time we won't be able to review that PR before the upcoming release. We want to reduce the width to avoid that too prominent animation that we currently have. We'll add a more elegant animation to the announcement bar slider as a next step.
What approach did you take?
Other considerations
Decision log
Visual impact on existing themes
Testing steps/scenarios
Demo links
Checklist