You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the search bar is on the left of the navbar, the results are cropped:
{type: 'search',position: 'left',},
while it's ok when the search bar is on the right of the navbar:
{type: 'search',position: 'right',},
So I guess the style should depend on the side where the search bar is. If the side can't be retrieved directly from docusaurus.config.js then having a position option in the plugin config to alight with the search bar side would be required.
The text was updated successfully, but these errors were encountered:
When the search bar is on the left of the navbar, the results are cropped:
while it's ok when the search bar is on the right of the navbar:
So I guess the style should depend on the side where the search bar is. If the side can't be retrieved directly from
docusaurus.config.js
then having aposition
option in the plugin config to alight with the search bar side would be required.The text was updated successfully, but these errors were encountered: