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

Add radical background color to radicals in Radical Combinations panel #137

Open
wrex opened this issue Apr 5, 2023 · 1 comment
Open
Assignees

Comments

@wrex
Copy link
Collaborator

wrex commented Apr 5, 2023

See #119 (comment)

@wrex
Copy link
Collaborator Author

wrex commented Apr 5, 2023

Aha.

I found out why WK had an explicit width and height on these. Apparently they sometimes use an image rather than a unicode character for the radical. Without an explicit width and height it blows up to the size of the image (guess which one of the three is an image):

Screenshot 2023-04-05 at 11 45 06 AM

(This is a review for 俵)

This needs a new rule:

#additional-content ul li span img {
  width: 2rem;
  height: 2rem;
  padding: 0;
}

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

1 participant