Skip to content
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

Search: small updates on look & feel #497

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

humitos
Copy link
Member

@humitos humitos commented Jan 15, 2025

Based on my feedback from #496

This is the results. I think it looks a lot better, more compacted and easy to quickly scan.

Screenshot_2025-01-15_16-48-12

Closes #496

Based on my feedback from #496
@humitos humitos changed the title Searhc: small updates on look & feel Search: small updates on look & feel Jan 15, 2025
@agjohnson
Copy link
Contributor

Those are some great updates! One thing to be careful of is AA, the text color looks like it doesn't have enough contract with the background. You can check this in Firefox with right clicking the element and "Inspect Accessibility properties".

src/search.css Outdated Show resolved Hide resolved
width: 60%;
max-height: 1000px;
max-width: 1500px;
max-width: 700px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do these position changes look like on mobile?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very thin. That's a known issue that we are tracking in #423. I won't touch that in this PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be best as a relative unit either way, em or vw instead of px. A change in font size will make this look too spaced out (smaller font size) or too cramped (larger font size).

src/search.css Outdated Show resolved Hide resolved
src/search.css Outdated Show resolved Hide resolved
src/search.css Outdated Show resolved Hide resolved
src/search.css Outdated Show resolved Hide resolved
@humitos
Copy link
Member Author

humitos commented Jan 16, 2025

Cool, I reviewed and updated the colors to follow the standards. This PR is ready for re-review and merge.

@humitos humitos requested a review from agjohnson January 16, 2025 10:38
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great change to me 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search: propose a few changes to look & feel
3 participants