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

[SUGGESTION] Split Screen Pathway Overlap #10

Closed
CHE-11 opened this issue Sep 11, 2021 · 2 comments
Closed

[SUGGESTION] Split Screen Pathway Overlap #10

CHE-11 opened this issue Sep 11, 2021 · 2 comments

Comments

@CHE-11
Copy link

CHE-11 commented Sep 11, 2021

A lot of the time I work from my laptop where I have a small workspace and have both a browser and obsidian open. With this layout, the pathway in the top bar overlaps the title set by obsidian. Would it be possible to remove the obsidian native title when obsidian window is < a certain window size? Or another way to avoid this overlap?

BTW I love this add-on. Thank you so much for making it!!

@pjeby
Copy link
Owner

pjeby commented Sep 11, 2021

You can use CSS to set an opaque background for #quick-explorer, which will make it block out the title, e.g.

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

This used to be the default, but it made the explorer bar unusable on certain light themes that used titlebar text colors close to the background-modifier-cover color.

@pjeby pjeby closed this as completed Sep 11, 2021
@CHE-11
Copy link
Author

CHE-11 commented Sep 11, 2021

Your Awesome! Thanks!

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