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
When Graph View is disabled using below config, backlinks are misplaced on devices with smaller screen widhth.
Graph View
backlinks
import starlight from '@astrojs/starlight' import { defineConfig } from 'astro/config' import starlightThemeObsidian from 'starlight-theme-obsidian' export default defineConfig({ integrations: [ starlight({ plugins: [starlightThemeObsidian({ ++ graphConfig: { ++ visibilityRules: [] ++ } })], title: 'My Docs', }), ], })
When Graph view is disabled: (top of page)
When Graph view is enabled: (bottom of page)
The text was updated successfully, but these errors were encountered:
fix(style): also fold backlinks into content if graph is hidden (#3)
54fdebf
Thanks! This is now fixed in 0.1.11
Sorry, something went wrong.
Fevol
No branches or pull requests
When
Graph View
is disabled using below config,backlinks
are misplaced on devices with smaller screen widhth.When Graph view is disabled: (top of page)
When Graph view is enabled: (bottom of page)
The text was updated successfully, but these errors were encountered: