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 improvement on mobile #143

Merged
merged 3 commits into from
Sep 19, 2023
Merged

search improvement on mobile #143

merged 3 commits into from
Sep 19, 2023

Conversation

jakubabrzy
Copy link
Collaborator

Screenshot 2023-09-19 at 15 21 13 Screenshot 2023-09-19 at 15 21 19 Screenshot 2023-09-19 at 15 47 58

closes #142

@@ -46,6 +48,10 @@ module.exports = {
fontFamily: {
sans: ['"DM Sans"', "system-ui"],
},
screens: {
"xs": { max: "576px" },
Copy link
Collaborator

Choose a reason for hiding this comment

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

why 576?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this base on the change of the button width by docusarius
Screenshot 2023-09-19 at 16 31 21

Copy link
Collaborator

@damianstasik damianstasik left a comment

Choose a reason for hiding this comment

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

🚢 I hope we'll be able to use Algolia and replace this plugin completely.

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.

Broken search after typing on mobile
3 participants