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

Making "Peek" more useful #61

Open
leejoramo-d51 opened this issue Dec 16, 2022 · 0 comments
Open

Making "Peek" more useful #61

leejoramo-d51 opened this issue Dec 16, 2022 · 0 comments
Labels

Comments

@leejoramo-d51
Copy link

I am really enjoying LinkHints.

One of the biggest usability issues is when the Hints are too jammed together such as with a set of pagination links. The Peek Mode via Ctrl-P is useful, but still often obscures the links too much.

I am trying this change to the CSS. In addition to opacity, it moves the Hints up a little to reveal the Links. So far I like this change, but I know it would need lots of testing to make sure their are not new problems.

.peek .hint:not(.hasMatchedChars):not(.highlighted) {
  opacity: 0.2;
  margin-top:-1em;
}
@lydell lydell added the maybe label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants