hikerpig / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.
https://gatsby-project-kb.vercel.app/
MIT License
62 stars 15 forks source link

site-sidebar_files disappear on mobile #10

Closed zubayrrr closed 3 years ago

zubayrrr commented 3 years ago

site-sidebar_files disappear on mobile after navigating from the index file to some other file.

image

thank you for this great theme.

matebitte commented 3 years ago

I just set it up today, but it looks like its still present: image

Interestingly the menu entries are displayed when a certain width had been reached, for example through rotation of the device.

I used the foam repo template, could that be an outdated version?

Best regards, leo

hikerpig commented 3 years ago

@lenowac Thank you for mentioning this. Yes it's because of outdated version. I just found that https://foam-template-gatsby-kb.vercel.app/ has this issue, too. BTW, I have another bugfix today to release, when the new version is out then I will update the foam-template page and send you the correct version.

hikerpig commented 3 years ago

@lenowac the foam template's dependency has upgraded to gatsby-theme-kb@0.7.5 and the demo page has been redeployed. You can try to run yarn add gatsby-theme-kb in the _layouts directory.

matebitte commented 3 years ago

awesome ^^

thanks for your work, its really nice :)