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

Fix spacing in userpage #3318

Open
5e-Cleric opened this issue Feb 22, 2024 · 0 comments
Open

Fix spacing in userpage #3318

5e-Cleric opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
solution found A solution exists; just needs to be applied tweak Small, non-breaking change

Comments

@5e-Cleric
Copy link
Member

image
As you can see in this image from my own userpage, brews with the HB icon in them grow taller than those stored in Drive.

The issue here is the image has a set height of 24px, overflowing the parent element with a height of 17.33px (yes, decimal pixels are a thing)

As a fix, changing that height in brewitem.less should fix it, another option is to change the image source link to use our /assets/naturalCritLogoRed.svg, and add a shadow, which should decrease the size.

This is a simple issue, ideal for new developers to try their hand at it.

@5e-Cleric 5e-Cleric added solution found A solution exists; just needs to be applied tweak Small, non-breaking change labels Feb 22, 2024
@dbolack-ab dbolack-ab self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution found A solution exists; just needs to be applied tweak Small, non-breaking change
Projects
None yet
Development

No branches or pull requests

2 participants