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

Quick Explorer collides with Title Bar #20

Closed
MalignantCarp opened this issue Nov 6, 2021 · 2 comments
Closed

Quick Explorer collides with Title Bar #20

MalignantCarp opened this issue Nov 6, 2021 · 2 comments

Comments

@MalignantCarp
Copy link

When you have a rather deep tree, the Obsidian title bar gets mangled:

image

It might need to move down a line worth of space to avoid colliding with the title bar.

@pjeby
Copy link
Owner

pjeby commented Nov 6, 2021

This can be worked around with CSS, e.g.:

div#quick-explorer {
    background-color: var(--background-modifier-cover) !important;
}

It's not the default because some themes don't play well with an explicit setting of the title bar background color.

@pjeby
Copy link
Owner

pjeby commented Jul 23, 2022

If you're on Obsidian 0.15.6 or higher, the new 0.1.33 update to Quick Explorer now relocates the title to the right, out of the way from the Quick Explorer UI, and shortens it to exclude the note name.

@pjeby pjeby closed this as completed Jul 23, 2022
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