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

Hide Shortcuts #404

Closed
ParadoxPacer opened this issue Sep 29, 2024 · 1 comment
Closed

Hide Shortcuts #404

ParadoxPacer opened this issue Sep 29, 2024 · 1 comment

Comments

@ParadoxPacer
Copy link

I was wondering if there was a way to hide the shortcuts which are displayed when using omnisearch, maybe as a toggleabble setting. although if anyone knows how to get rid of the shortcuts through a css snippet, that would also be helpful.
image

@scambier
Copy link
Owner

.omnisearch-modal .prompt-instructions {
  display: none;
}

image

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