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

Left sidebar is not working #3

Closed
jsmm opened this issue Apr 25, 2022 · 2 comments
Closed

Left sidebar is not working #3

jsmm opened this issue Apr 25, 2022 · 2 comments

Comments

@jsmm
Copy link

jsmm commented Apr 25, 2022

This is a very nice theme. Unfortunately, left sidebar is working for File Explorer, but not for Backlinks, Outgoing Links, Outline, Longform... If you need any further details, please let me know.

@hydescarf
Copy link
Owner

hydescarf commented Apr 25, 2022

Thank you for trying out!
Technically, the left sidebar in this theme is only intended for file explorers and custom markdown for extra buttons below.
That being said, I did a simple fix to allow the other plugins and notes to work.

.mod-left-split .workspace-tabs .view-content div{
	height:100%;
}

to

.mod-left-split .workspace-tabs .view-content .markdown-preview-view.mado-side-button div{
	height:100%;
}

where the custom sidebar buttons now requires a cssclass: mado-side-button to allow other notes to dock on.

However, there won't be much custom styling for them (except a border to distinguish the tabs)
タイトルなし

If that looks sufficient enough, then let me know and I'll push the update!

@hydescarf
Copy link
Owner

I've pushed the update at 08e5835. Closing issue for now.
Let me know if it still not working on your side!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants