Fix search box visibility and size on mobile Safari #369
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes the search box visibility and size issues on mobile Safari that were reported via Slack.
Problem
Solution
The fix addresses both issues through multiple improvements:
Visibility Improvements
Size Improvements
Testing
Browser Compatibility
Fixes the issue reported: "The search box is barely visible in mobile safari. It's also tiny"
Important
Improves search box visibility and usability on mobile Safari by adjusting CSS properties for better compatibility and user experience.
.navbar__search-input
and.DocSearch-Button
.backdrop-filter
for Safari compatibility in.navbar__search-input
and.DocSearch-Button
.@supports
to enhance visibility..DocSearch-Button
height to 44px and added 16px horizontal padding for better tap target..DocSearch-Button
minimum width to 120px and font size to 16px..DocSearch-Button
full width on mobile..DocSearch-Search-Icon
to 24x24px..DocSearch-Button
and.navbar__search-input
.This description was created by
for bb0144d. You can customize this summary. It will automatically update as commits are pushed.