Make the search bar on the start page fully wide on small screens
Lets the search bar on the start page grow on the whole width if the screen is not wider than 48em
Summary
Magnifying glass icon instead of text on the search submit button to improve the UX and avoid wasting space, especially on small screens
Increase the width of the search bar to the whole width on small screens
Update Vite configuration, so that also older browsers (all since ES2020) are supported (if this would not have been changed, Vite would compress CSS Media Queries to a shorter format which, however, is not supported by older browsers like Safari on iOS 15.8.8)
# Make the search bar on the start page fully wide on small screens
Lets the search bar on the start page grow on the whole width if the screen is not wider than `48em`
## Summary
- Magnifying glass icon instead of text on the search submit button to improve the UX and avoid wasting space, especially on small screens
- Increase the width of the search bar to the whole width on small screens
- Update Vite configuration, so that also older browsers (all since ES2020) are supported (if this would not have been changed, Vite would compress CSS Media Queries to a shorter format which, however, is not supported by older browsers like Safari on iOS 15.8.8)
## Related issues
Closes: #63
jakob.scheid
added this to the responsive-design-ready milestone 2026-06-01 14:30:08 +02:00
Is good! But please do different things like the search button icon in different branches next time.
I did that intentionally because the icon instead of the text is important for search bar width and is therefore thematically related. If these two things would be developed separately and independently, the actual search bar width (where the input field is) would be only about the half of the screen on average cell phones.
> Is good! But please do different things like the search button icon in different branches next time.
I did that intentionally because the icon instead of the text is important for search bar width and is therefore thematically related. If these two things would be developed separately and independently, the actual search bar width (where the input field is) would be only about the half of the screen on average cell phones.
jakob.scheid
changed title from Make the search bar on the start page fully wide on small screens to Feat: make search bar on start page fully wide on small screens2026-07-20 12:14:19 +02:00
jakob.scheid
changed title from Feat: make search bar on start page fully wide on small screens to Feat(search): make search bar on start page fully wide on small screens2026-07-20 12:27:17 +02:00
jakob.scheid
modified the milestone from responsive-design-ready to 0.1.02026-07-22 11:36:41 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Make the search bar on the start page fully wide on small screens
Lets the search bar on the start page grow on the whole width if the screen is not wider than
48emSummary
Related issues
Closes: #63
Is good! But please do different things like the search button icon in different branches next time.
I did that intentionally because the icon instead of the text is important for search bar width and is therefore thematically related. If these two things would be developed separately and independently, the actual search bar width (where the input field is) would be only about the half of the screen on average cell phones.
Make the search bar on the start page fully wide on small screensto Feat: make search bar on start page fully wide on small screensFeat: make search bar on start page fully wide on small screensto Feat(search): make search bar on start page fully wide on small screens