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

Half Blue #74

Open
VAS-99-99 opened this issue Sep 11, 2024 · 3 comments
Open

Half Blue #74

VAS-99-99 opened this issue Sep 11, 2024 · 3 comments

Comments

@VAS-99-99
Copy link

Describe the bug
A clear and concise description of what the bug is.

Sorry for the unclear explanation but https://vento.so/view/38da0a68-7b91-4a37-9768-1dbcb2ac64e7?utm_medium=share

@horihiro
Copy link
Owner

Looks like it is about input tag
This is one of limitations.
https://github.com/horihiro/TextBlurrer-ChromeExtension?tab=readme-ov-file#limitations

@CodeShakingSheep
Copy link

I'm running into the same issue. Couldn't this be fixed by applying an input's padding as margin to the blur div?

Before (half blur)
In the CSS you can see that the input element has a top and bottom padding of 0.5rem.
image

After (applying margin to blur element)
I manually applied a top and bottom margin of the same size (0.5rem) to the blur div.
image

Would really appreciate a fix for that. If you're good with my solution approach I might be able to create a PR for that. Please let me know.

@horihiro
Copy link
Owner

horihiro commented Oct 6, 2024

@VAS-99-99
Please try @CodeShakingSheep 's solution (applied a top and bottom margin of the same size (0.5rem)).
If it can resolve your case too, I will accept it.

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