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 Report] Super reacts have a nested element with extra border radius #218

Open
2 tasks done
NeoNyaa opened this issue Nov 10, 2024 · 0 comments
Open
2 tasks done
Labels
unverified bug Newly submitted bug that hasn't been verified yet

Comments

@NeoNyaa
Copy link
Contributor

NeoNyaa commented Nov 10, 2024

Did You Search Other Issues?

  • I have checked other issues

Does This Bug Show On The Default Theme?

  • I have reproduced this on the default theme

Describe The Bug

Super reacts have this weird inner element that has some rounding which isnt in line with the theme.

This is what it looks like as of now
image

This is what it looks like with the following tweak:

.burstGlow_ec6b19 {
  /* I chose 3px as it is inline with the rest of the theme and also adds a kind of feathering effect to the border which would otherwise not be present when set to 0px
  
  Basically what I am saying is either set it to 3px for that VERY subtle feathing effect or set to 0 if you really dont care about that. */
  border-radius: 3px;

}

image

Reproduction Steps

Just use the base theme and look for a super react and look really closely, you should see it.

Screenshots

I added screenshots to the describe the bug section

Additional Context

No response

@NeoNyaa NeoNyaa added the unverified bug Newly submitted bug that hasn't been verified yet label Nov 10, 2024
@NeoNyaa NeoNyaa changed the title [Bug Report] Super reacts have some extra padding [Bug Report] Super reacts have a nested element with extra border radius Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unverified bug Newly submitted bug that hasn't been verified yet
Projects
None yet
Development

No branches or pull requests

1 participant