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

Q re CSS for Hiding Folders #65

Open
julroger2013 opened this issue Dec 14, 2022 · 1 comment
Open

Q re CSS for Hiding Folders #65

julroger2013 opened this issue Dec 14, 2022 · 1 comment

Comments

@julroger2013
Copy link

Not really an issue, per se, but a question.

I think, based on some of your prior responses to issues here or to questions on Discord, that it should be possible to hide specified file paths from the QE UI. Is that right?

Pretty sure CSS would be the way to do this, but I'm not sure what sort of snippet I would need.

@pjeby
Copy link
Owner

pjeby commented Dec 14, 2022

Something like this should do the trick:

.menu-item[data-file-path="Path/To/Folder"] { display: none !important;}

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