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

bug: when the link appears, the lines are separated by several pixels #86

Open
Diks3n opened this issue May 31, 2021 · 6 comments
Open

Comments

@Diks3n
Copy link

Diks3n commented May 31, 2021

when the link appears, the lines are separated by several pixels

@Diks3n
Copy link
Author

Diks3n commented May 31, 2021

ezgif-7-ef79bde394e6

@basaran
Copy link

basaran commented Sep 20, 2021

Hello, would there be a work around to this? I'm on ST4.

shifting.mp4

Thank you for the package btw, it's very helpful.

@basaran
Copy link

basaran commented Sep 20, 2021

plugin uses sublime's phantom api, which actually inserts onto the current line. There is no overlay option from sublime but one can adjust the UI css through the package.

#hyperClick {
  background-color: var(--background);
  color: var(--foreground);
  margin: 0;
  padding: 0;
  line-height: 14px;
  height: 14px;
}

@basaran
Copy link

basaran commented Sep 20, 2021

Even better, thank you)

@basaran
Copy link

basaran commented Sep 20, 2021

We should probably close this now.

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

3 participants