Divyansh Singh
Divyansh Singh
Can you share a reproducible example? Changing `--vp-layout-max-width` doesn't seem to cause any such issue for me.
Okay, so what can we fix here at VitePress? I don't think we can use var inside media queries.
Hi! Kia will have a look on this one.
Rest of the stuff seems fine. I still haven't checked the UI though.
> Made an update with a new commit and some refactoring. And I think I made another breaking change 😅. > > before: > > There would be an outline...
Can we fix #785 here itself? I can fix that separately too, but then this would need rebase and might cause other issues. Here is the diff on vite-3 branch....
If anyone is trying to fix this, here is the cause: https://github.com/vuejs/vitepress/blob/baf8083e668ce50a9d26d9398609e196237ebc95/src/node/build/bundle.ts. Currently we assume build output to be of type `RollupOutput` always, but in case we add legacy plugin,...
There used to be some stuff like `overflow-y: overlay` that would prevent that layout shift in webkit browsers (edit: `-ms-overflow-style: -ms-autohiding-scrollbar` for IE/old edge) (if you want you can still...
You cannot disable header anchors. Many of our features including outline and router depend on it. For now, you can try setting `visibility: hidden` on `.header-anchor`. Setting `display: none`, will...
Also, I am not sure why `@algolia/autocomplete-preset-algolia` is listed as dependency of `@docsearch/react`. `@algolia/autocomplete-preset-algolia` wants `@algolia/client-search` as a peer dependency, but `@docsearch/react` doesn't provide it, this is also giving a...