We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Link to Issue
This is not really a big deal, I just noticed that the search input is a little off on mobile:
The fix is super easy: Convert margin: 0 0 0 16px; to margin-inline: 16px and it'll look perfect to
it'll look like this
This should work on all instances of search input.
Sorry for bothering with such banal input lol
The text was updated successfully, but these errors were encountered:
We don't actually style this directly—it comes from the Algolia DocSearch styles that get pulled in during initialization. We can style the container, though, so if you have suggestions for how to handle that you could create a PR for https://github.com/sass/sass-site/blob/main/source/assets/sass/components/_docsearch.scss.
Sorry, something went wrong.
Oh, thank you for the info !!! I'll do just that
No branches or pull requests
Link to Issue
This is not really a big deal, I just noticed that the search input is a little off on mobile:
The fix is super easy: Convert margin: 0 0 0 16px; to margin-inline: 16px and it'll look perfect
to
it'll look like this
This should work on all instances of search input.
Sorry for bothering with such banal input lol
The text was updated successfully, but these errors were encountered: