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

Bug: Backlinks misplaced in mobile mode when Graph view is disabled #3

Closed
adityatelange opened this issue Dec 11, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@adityatelange
Copy link

When Graph View is disabled using below config, backlinks are misplaced on devices with smaller screen widhth.

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)
image

When Graph view is enabled: (bottom of page)
image

@Fevol Fevol transferred this issue from Fevol/starlight-theme-obsidian Dec 12, 2024
@Fevol Fevol added the bug Something isn't working label Dec 12, 2024
@Fevol Fevol self-assigned this Dec 12, 2024
@Fevol
Copy link
Owner

Fevol commented Dec 12, 2024

Thanks! This is now fixed in 0.1.11

@Fevol Fevol closed this as completed Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants